mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
5c559f1113
Follow-ups will allow the use of the generator expression for compile definitions and include directories for non-IDE generators.
6 lines
128 B
CMake
6 lines
128 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_executable(main main.cpp)
|
|
target_compile_options(main PRIVATE $<$<COMPILE_LANGUAGE:CXX>:-DANYTHING>)
|