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