EmbedFrameworksFlagsOnNoSubdir-build-check.cmake 196 B

123
  1. if(NOT EXISTS ${RunCMake_TEST_BINARY_DIR}/Debug/app.app/Contents/Frameworks/sharedFrameworkExt.framework)
  2. set(RunCMake_TEST_FAILED "Framework was not embedded at the expected location")
  3. endif()