0b945ea9a6
Issue an error if this is encountered by an IDE generator.
6 lines
132 B
CMake
6 lines
132 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_executable(main main.cpp)
|
|
target_compile_definitions(main PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-DANYTHING>)
|