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