We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe38404 commit 43bf31aCopy full SHA for 43bf31a
CMakeLists.txt
@@ -5,6 +5,8 @@ project(qwprogs C)
5
6
include(CheckCCompilerFlag)
7
8
+set(CMAKE_COLOR_DIAGNOSTICS ON)
9
+
10
# CMake option for bot support, we check it below and add C preprocessor directive if required.
11
option(BOT_SUPPORT "Build with bot support" ON)
12
# Option for FTE extensions. We also have some basic support for FTE which does not controlled by this setting.
0 commit comments