diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-01-17 22:41:41 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-01-17 22:41:41 -0800 |
| commit | f1401e51ce1a176ed7dcd6753269eba4bd0f196b (patch) | |
| tree | 8de8630e1fd6ff030a5af28be2c0545c8dce5853 /CMakeLists.txt | |
| parent | a0f67e2f7db6a89ff0d560e1e4b683e5daed42f8 (diff) | |
Use response file for Ninja
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4da99038..3ecb2b89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.13) project(uking CXX) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) +set(CMAKE_NINJA_FORCE_RESPONSE_FILE ON) if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") add_compile_options(-fdiagnostics-color=always) elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") |
