4 lines
106 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
add_library(main INTERFACE IMPORTED)
target_compile_features(main INTERFACE cxx_delegating_constructors)