Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature_OriginDebugCommand.cmake
blob: 467d9a17e407abd3923effda72ec11713bb7e41c [
file
]
set
(
CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES
)
add_library
(
somelib STATIC empty
.
cpp
)
target_compile_features
(
somelib PRIVATE not_a_feature
)