5 lines
119 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
enable_language(CXX)
2015-04-27 22:25:09 +02:00
add_executable(main empty.cpp)
target_compile_features(main INVALID cxx_delegating_constructors)