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