mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
5 lines
157 B
CMake
5 lines
157 B
CMake
enable_language(C)
|
|
add_executable(some main.c)
|
|
add_executable(another main.c)
|
|
set_property(TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST "$<NOTAGENEX>")
|