Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
RunCMake
/
XcodeProject-Embed
/
EmbedFrameworksFlagsOnNoSubdir-build-check.cmake
blob: e4ea55df2bc144f328c3ad77056245cf2f26f657 [
file
]
if
(
NOT EXISTS $
{
RunCMake_TEST_BINARY_DIR
}/
Debug
/
app
.
app
/
Contents
/
Frameworks
/
sharedFrameworkExt
.
framework
)
set
(
RunCMake_TEST_FAILED
"Framework was not embedded at the expected location"
)
endif
()