Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature.cmake
blob: 35246c8bdc2383c4dfb014e07f18b53557cac9ad [
file
]
add_library
(
somelib STATIC empty
.
cpp
)
set_property
(
TARGET somelib PROPERTY COMPILE_FEATURES
"not_a_feature"
)