File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # When running CMake for the first time set build type to release
1
+ REM When running CMake for the first time set build type to release
2
2
set CMAKE_BUILD_TYPE = " Release"
3
3
4
- # Setup ccache
4
+ REM Setup ccache
5
5
set CMAKE_CXX_COMPILER_LAUNCHER = ccache
6
6
7
- # Create compile_commands.json for language server
7
+ REM Create compile_commands.json for language server
8
8
set CMAKE_EXPORT_COMPILE_COMMANDS = 1
9
+
10
+ REM Activate color output with Ninja
11
+ set CMAKE_COLOR_DIAGNOSTICS = 1
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ export CMAKE_CXX_COMPILER_LAUNCHER=ccache
15
15
16
16
# Create compile_commands.json for language server
17
17
export CMAKE_EXPORT_COMPILE_COMMANDS=1
18
+
19
+ # Activate color output with Ninja
20
+ export CMAKE_COLOR_DIAGNOSTICS=1
You can’t perform that action at this time.
0 commit comments