Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
add_executable
/
RunCMakeTest.cmake
blob: 88916b71f3528508ef4e577ad8a2a7dadecf5899 [
file
] [
log
] [
blame
]
include
(
RunCMake
)
run_cmake
(
NoSources
)
run_cmake
(
OnlyObjectSources
)
if
(
NOT
RunCMake_GENERATOR
STREQUAL
"Xcode"
OR NOT
"$ENV{CMAKE_OSX_ARCHITECTURES}"
MATCHES
"[;$]"
)
run_cmake
(
NoSourcesButLinkObjects
)
endif
()