mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Xcode: Teach XCODE_ATTRIBUTE target properties about generator expressions
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
This commit is contained in:
4
Tests/RunCMake/XcodeProject/XcodeAttributeGenex.cmake
Normal file
4
Tests/RunCMake/XcodeProject/XcodeAttributeGenex.cmake
Normal file
@@ -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 "$<TARGET_FILE:some>")
|
||||
Reference in New Issue
Block a user