Forcing C99
This commit is contained in:
parent
668ae53cbb
commit
313f02d831
|
@ -1,3 +1,6 @@
|
|||
set(CMAKE_C_FLAGS "--std=gnu99")
|
||||
|
||||
|
||||
FILE(GLOB CSources *.c)
|
||||
FILE(GLOB CHeaders *.h)
|
||||
|
||||
|
|
Loading…
Reference in New Issue