NotAFeature.cmake 110 B

123
  1. add_library(somelib STATIC empty.cpp)
  2. set_property(TARGET somelib PROPERTY COMPILE_FEATURES "not_a_feature")