diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-12-03 14:28:05 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-01-12 18:29:33 +0100 |
commit | cdb05c316ac7a183321fd4a76e167f0878216da5 (patch) | |
tree | 9ae38e29011687d334bafda8521c71a873ad9207 | |
parent | c098d7871071f53357dd19c443021e5bd98bdf37 (diff) | |
download | tdegames-cdb05c316ac7a183321fd4a76e167f0878216da5.tar.gz tdegames-cdb05c316ac7a183321fd4a76e167f0878216da5.zip |
Add symbols visibility option.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit c18ead073e9f0cd522273df5a4218c33875300c5)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 760ddcb8..235c991a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,8 +42,9 @@ tde_setup_paths( ) ##### optional stuff -option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) -option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) +option( WITH_ARTS "Enable aRts support" ${WITH_ALL_OPTIONS} ) ######################## options comments ############################# # # |