Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeatureTransitive.cmake
blob: 7311aecd8ec7505a9587c5cf769b457719c3ff95 [
file
]
add_library
(
iface INTERFACE
)
set_property
(
TARGET iface PROPERTY INTERFACE_COMPILE_FEATURES
"not_a_feature"
)
add_library
(
somelib STATIC empty
.
cpp
)
target_link_libraries
(
somelib iface
)