4 lines
100 B
CMake
4 lines
100 B
CMake
|
|
||
|
add_library(no_features empty.cpp)
|
||
|
target_compile_features(no_features PRIVATE $<1:cxx_constexpr>)
|