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