4 lines
106 B
CMake
4 lines
106 B
CMake
|
|
||
|
add_library(main INTERFACE IMPORTED)
|
||
|
target_compile_features(main INTERFACE cxx_delegating_constructors)
|