4 lines
90 B
CMake
4 lines
90 B
CMake
enable_language(CXX)
|
|
|
|
target_compile_features(main INTERFACE cxx_delegating_constructors)
|