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 e65f0c9 commit 6da1e3bCopy full SHA for 6da1e3b
CMakeLists.txt
@@ -2,7 +2,7 @@
2
# License: GNU GPLv3
3
# Copyright (c) 2018-2019 RedFantom
4
cmake_minimum_required(VERSION 3.9)
5
-set(CMAKE_C_FLAGS "-std=c99")
+set(CMAKE_C_FLAGS "-std=c99" CACHE STRING "compiler flags")
6
project(libmk VERSION 0.2.0 DESCRIPTION "MasterKeys RGB Library")
7
8
# Dependencies
0 commit comments