Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeAttributeGenexError.cmake
blob: 98ad6c5a87ca074f11e490a778af098c497d0cc8 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_executable
(
some main
.
c
)
add_executable
(
another main
.
c
)
set_property
(
TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST
"$<NOTAGENEX>"
)