cmake/Tests/RunCMake/add_executable/RunCMakeTest.cmake

8 lines
212 B
CMake
Raw Normal View History

2018-01-26 17:06:56 +01:00
include(RunCMake)
run_cmake(NoSources)
run_cmake(OnlyObjectSources)
2018-04-23 21:13:27 +02:00
if(NOT RunCMake_GENERATOR STREQUAL "Xcode" OR NOT "$ENV{CMAKE_OSX_ARCHITECTURES}" MATCHES "[;$]")
run_cmake(NoSourcesButLinkObjects)
endif()