summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-01-26 21:12:51 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-01-26 21:13:32 +0100
commit936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (patch)
treeb261cce9c75bc32d7e951cca42273541a9b96114 /CMakeLists.txt
parent42dde50c7fad5059d63535a5342eef317827f279 (diff)
downloadtdebase-936d3cec490c13f2c5f7dd14f5e364fddaa6da71.tar.gz
tdebase-936d3cec490c13f2c5f7dd14f5e364fddaa6da71.zip
Add CMake option for backtrace in kdesktop_lock exception handler
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 4ef4a9e86..c31da1271 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -22,6 +22,7 @@ set( VERSION "R14" )
include( FindPkgConfig )
include( CheckIncludeFile )
+include( CheckIncludeFiles )
include( CheckCSourceRuns )
include( CheckCXXSourceRuns )
include( CheckCXXSourceCompiles )
@@ -84,6 +85,7 @@ option( WITH_HAL "Enable HAL support" ${WITH_ALL_OPTIONS} )
option( WITH_TDEHWLIB "Enable TDE hardware library support" OFF )
option( WITH_UPOWER "Enable UPOWER support" ${WITH_ALL_OPTIONS} )
option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} )
+option( WITH_KDESKTOP_LOCK_BACKTRACE "Enable backtrace in kdesktop_lock exception handler" ${WITH_ALL_OPTIONS} )
##### options comments ##########################