5 lines
98 B
CMake
5 lines
98 B
CMake
|
|
||
|
add_custom_target(utility)
|
||
|
|
||
|
target_compile_features(utility PRIVATE cxx_delegating_constructors)
|