mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
b734fa4471
Issue an error if this is encountered by an IDE generator.
6 lines
128 B
CMake
6 lines
128 B
CMake
|
|
enable_language(CXX)
|
|
|
|
add_executable(main main.cpp)
|
|
target_include_directories(main PRIVATE $<$<COMPILE_LANGUAGE:CXX>:anydir>)
|