mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ae108418ae
Fixes: #18316
4 lines
84 B
CMake
4 lines
84 B
CMake
enable_language(CXX)
|
|
set(CMAKE_VERBOSE_MAKEFILE TRUE)
|
|
add_executable(main main.cxx)
|