Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodePlatformFrameworks.cmake
blob: 74dc9783ecc6a02810262ec56f7f0eb8cdd193f9 [
file
] [
log
] [
blame
]
enable_language
(
C
)
find_library
(
XCTEST_LIBRARY
XCTest
)
if
(
NOT XCTEST_LIBRARY
)
message
(
FATAL_ERROR
"XCTest Framework not found."
)
endif
()