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
22set CMAKE_BUILD_TYPE = " Release"
33
4- # Setup ccache
4+ REM Setup ccache
55set CMAKE_CXX_COMPILER_LAUNCHER = ccache
66
7- # Create compile_commands.json for language server
7+ REM Create compile_commands.json for language server
88set 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
1515
1616# Create compile_commands.json for language server
1717export 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