mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
enable_language(C)
|
||||
add_executable(some main.c)
|
||||
add_executable(another main.c)
|
||||
set_property(TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST "$<NOTAGENEX>")
|
||||
Reference in New Issue
Block a user