diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75e8b2c1..a3f15912 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,8 @@ pkg_check_modules (GLIB glib-2.0) include_directories (${GLIB_INCLUDE_DIRS}) link_directories (${GLIB_LIBRARY_DIRS}) +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall") + pkg_search_module(GTK gtk+-3.0) if (NOT GTK_FOUND) |