Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
067dcb9efdffab683ce0bd299db7bfb45eaef859
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeatureGenex.cmake
blob: ad2bd371d1f46f50da61ae28ec429e76a1c43516 [
file
]
add_library
(
somelib STATIC empty
.
cpp
)
set_property
(
TARGET somelib PROPERTY COMPILE_FEATURES
"$<1:not_a_feature>"
)