Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8916bca0c46ffc2dab3158ea43a90442d25e98c
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
Clean-build-check.cmake
blob: 605881a52c2c64893ca1ca1a9840fa772a701d26 [
file
] [
log
] [
blame
]
set
(
pattern
"${RunCMake_TEST_BINARY_DIR}/build/empty.build/Debug/Objects-normal/*/empty.o"
)
file
(
GLOB objs
"${pattern}"
)
if
(
NOT objs
)
set
(
RunCMake_TEST_FAILED
"Expected object does not exist:\n ${pattern}"
)
endif
()