mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
4 lines
80 B
CMake
4 lines
80 B
CMake
set(CMAKE_UNITY_BUILD ON)
|
|
|
|
add_executable(main main.cpp some_source_file_1.cpp)
|