grim/guifications3

e62da38a5799
removed gflib-query-plugins since we're using gplugin now...
cmake_minimum_required(VERSION 2.8)
include(gflib)
GFLIB_PROJECT(guifications-gtk 0 0 1 dev)
pkg_check_modules(GTK REQUIRED gtk+-2.0>=2.16.0)
pkg_check_modules(GFLIB_UI REQUIRED gflib-ui)
pkg_check_modules(GFLIB_GTK REQUIRED gflib-gtk)
include_directories(
${GTK_INCLUDE_DIRS}
${GFLIB_UI_INCLUDE_DIRS}
${GFLIB_GTK_INCLUDE_DIRS}
)
link_directories(
${GTK_LIBRARY_DIRS}
${GFLIB_UI_LIBRARY_DIRS}
${GFLIB_GTK_LIBRARY_DIRS}
)
add_subdirectory(src)
add_subdirectory(pixmaps)