CMake: Silence warnings from GTK+ header files

shapetextures
Günther Brammer 2015-12-25 00:25:20 +01:00
parent 5271b038db
commit 1ae9343c46
1 changed files with 1 additions and 1 deletions

View File

@ -1300,7 +1300,7 @@ CHECK_CXX_SOURCE_COMPILES("#include <GL/glew.h>\nvoid GLAPIENTRY OpenGLDebugProc
if(USE_GTK)
SET(WITH_DEVELOPER_MODE ${GTK3_FOUND})
SET(WITH_GLIB ${GTK3_FOUND})
include_directories(${GTK3_INCLUDE_DIRS})
include_directories(SYSTEM ${GTK3_INCLUDE_DIRS})
target_link_libraries(openclonk
${GTK3_LIBRARIES}
)