fixes for solaris

This commit is contained in:
Kelvin Sherlock
2016-08-02 17:12:15 -04:00
parent fd23d9ab21
commit dce8bc8b02
17 changed files with 48 additions and 43 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_C_FLAGS " -Wall -Wno-unused-function -g")
set(CMAKE_C_FLAGS "-std=c99 -Wall -Wno-unused-function -g")
set(CPU_SRC
CpuModule.c