Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
16c8ec8ec79a0039b31b0bb34798a2dbd4e3394c
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodePlatformFrameworks.cmake
blob: 74dc9783ecc6a02810262ec56f7f0eb8cdd193f9 [
file
]
enable_language
(
C
)
find_library
(
XCTEST_LIBRARY
XCTest
)
if
(
NOT XCTEST_LIBRARY
)
message
(
FATAL_ERROR
"XCTest Framework not found."
)
endif
()