Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
XcodeAttributeGenexError.cmake
blob: 98ad6c5a87ca074f11e490a778af098c497d0cc8 [
file
]
enable_language
(
C
)
add_executable
(
some main
.
c
)
add_executable
(
another main
.
c
)
set_property
(
TARGET another PROPERTY XCODE_ATTRIBUTE_TEST_HOST
"$<NOTAGENEX>"
)