aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2012-08-31 15:23:02 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2012-09-05 19:58:51 +0200
commit4196a10ece29cf8aa34f2c7c29524eb0de93ca65 (patch)
treea972a1e880ecf9bee366bea96dd84cb5e8f9c138 /CMakeLists.txt
parentcf5260990c98a3c05856f399d5d96f7d1e697beb (diff)
downloadlogdiag-4196a10ece29cf8aa34f2c7c29524eb0de93ca65.tar.gz
logdiag-4196a10ece29cf8aa34f2c7c29524eb0de93ca65.tar.xz
logdiag-4196a10ece29cf8aa34f2c7c29524eb0de93ca65.zip
Get more GTK+ 3 ready and respect seals.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e65d5b0..c17e1f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,6 +13,8 @@ else (OPTION_NOINSTALL)
set (OPTION_NOINSTALL 0)
endif (OPTION_NOINSTALL)
+add_definitions (-DGSEAL_ENABLE)
+
# Project information
set (project_VERSION_MAJOR "0")
set (project_VERSION_MINOR "1")