Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ca11096fd39b391b09f1fffab11545b1c58e52fa
/
.
/
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
()