5 lines
116 B
CMake
5 lines
116 B
CMake
enable_language(CXX)
|
|
|
|
add_library(main INTERFACE)
|
|
target_compile_features(main PRIVATE cxx_delegating_constructors)
|