Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
XcodeProject
/
InheritedParameters.cmake
blob: 5b8ec7117dd9a747a0242ff36ea8019861be6f55 [
file
] [
log
] [
blame
]
enable_language
(
C
)
add_compile_definitions
(
TEST_INHERITTEST
)
string
(
APPEND CMAKE_C_FLAGS
" -DTESTFLAG=\\\"TEST_INHERITTEST\\\""
)
add_executable
(
inherit_test main
.
c
)
target_link_libraries
(
inherit_test PRIVATE
"TEST_INHERITTEST"
)