Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2b438cb0afb577ee87c8bc2295ed3d263fc85f2
/
.
/
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"
)