4 lines
95 B
CMake
4 lines
95 B
CMake
|
|
||
|
add_library(main INTERFACE)
|
||
|
target_compile_features(main PRIVATE cxx_delegating_constructors)
|