Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature_OriginDebug.cmake
blob: 350c2eaa9ae760aa8986262c5f55c451f410b80d [
file
]
set
(
CMAKE_DEBUG_TARGET_PROPERTIES COMPILE_FEATURES
)
add_library
(
somelib STATIC empty
.
cpp
)
set_property
(
TARGET somelib PROPERTY COMPILE_FEATURES
"not_a_feature"
)