Forcing C99

This commit is contained in:
Matteo Paonessa 2017-03-10 18:54:51 +01:00
parent 668ae53cbb
commit 313f02d831
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
set(CMAKE_C_FLAGS "--std=gnu99")
FILE(GLOB CSources *.c)
FILE(GLOB CHeaders *.h)