mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
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>)
|