From 85dc437da27417cce05b5a9f97505b43cfdf4dee Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 23 Aug 2017 18:39:44 -0600 Subject: The grand cmake cleanup We had a ton of duplication in our cmake code because we had no common toplevel settings. This is now cleaned up so we can sanely change settings and so we know what we have set. --- framework/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/src/CMakeLists.txt') diff --git a/framework/src/CMakeLists.txt b/framework/src/CMakeLists.txt index 1ac9d3c2..a22e8c06 100644 --- a/framework/src/CMakeLists.txt +++ b/framework/src/CMakeLists.txt @@ -9,6 +9,7 @@ find_package(KF5Package CONFIG REQUIRED) find_package(KF5Contacts CONFIG REQUIRED) add_definitions("-Wall -std=c++0x -g") +set(CMAKE_CXX_VISIBILITY_PRESET default) include_directories(. domain/mime/mimetreeparser domain/ domain/mime) -- cgit v1.2.3