mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 09:50:35 -05:00
5 lines
164 B
CMake
5 lines
164 B
CMake
enable_language(C)
|
|
add_executable(some main.c)
|
|
add_executable(another main.c)
|
|
set_property(TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST "$<TARGET_FILE:some>")
|