diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ad51040e..cec4275c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,6 +17,8 @@ include_directories("${PROJECT_BINARY_DIR}") # xgl global includes include_directories("${PROJECT_SOURCE_DIR}/include") +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99 -Wall") + # loader: Generic XGL ICD loader # main: Device independent (DI) XGL library # drivers: Device dependent (DD) XGL components |
