cmake/Tests/RunCMake/XcodeProject/XcodePlatformFrameworks.cmake
2015-08-17 11:37:30 +02:00

7 lines
140 B
CMake

enable_language(C)
find_library(XCTEST_LIBRARY XCTest)
if(NOT XCTEST_LIBRARY)
message(FATAL_ERROR "XCTest Framework not found.")
endif()