summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 16:44:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-09 16:44:20 -0600
commitb2b96a5ed3e8deccde46148bbb1d50f69f585bd9 (patch)
tree0cc8534ed51d78ffedb5cda69ff859d5c2392ee2 /CMakeLists.txt
parent398f6a122a0bb13043681d7f331e45d5ece56bdb (diff)
downloadtdebase-b2b96a5ed3e8deccde46148bbb1d50f69f585bd9.tar.gz
tdebase-b2b96a5ed3e8deccde46148bbb1d50f69f585bd9.zip
Add gcc visibility option to tdebase
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a09f04014..b832a923e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,6 +75,7 @@ option( WITH_XINERAMA "Enable xinerama extension support" OFF )
option( WITH_ARTS "Enable aRts support" OFF )
option( WITH_I8K "Enable Dell laptop support (ksysguard)" OFF )
option( WITH_HAL "Enable HAL support" OFF )
+option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" OFF )
##### user requested modules ####################