Fix CMakeLists error

need to include module
pull/541/head
Christopher Lam 7 years ago
parent e88f31e05c
commit ce6c3c22a1

@ -1,4 +1,5 @@
add_subdirectory(test)
include(CheckSymbolExists)
#GTK before 3.14 didn't have GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK
check_symbol_exists(GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK gdk/gdktypes.h have_mod_mask)

Loading…
Cancel
Save