Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d69b28f869973fa42f8f52263308e8564ea6dd73
/
.
/
Tests
/
RunCMake
/
InterfaceLibrary
/
ExcludeFromAll-build2-check.cmake
blob: 0977c242bf743ba8f7b9ac4566e03de4670b4421 [
file
]
if
(
NOT EXISTS
"${RunCMake_TEST_BINARY_DIR}/iface.txt"
)
set
(
RunCMake_TEST_FAILED
"iface target not built"
)
return
()
endif
()