mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 15:48:52 +00:00
bf8f9c29e7
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
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>")
|