aboutsummaryrefslogtreecommitdiff
path: root/libcmix/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix/CMakeLists.txt')
-rw-r--r--libcmix/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/libcmix/CMakeLists.txt b/libcmix/CMakeLists.txt
index 5d87a56..826a604 100644
--- a/libcmix/CMakeLists.txt
+++ b/libcmix/CMakeLists.txt
@@ -5,4 +5,8 @@ add_library(cmix
target_include_directories(cmix
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
-) \ No newline at end of file
+)
+
+target_compile_options(cmix
+ PRIVATE -std=c99
+)