diff options
author | Naios <naios-dev@live.de> | 2016-03-20 00:50:21 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-24 02:38:54 +0100 |
commit | 2613413608337d61994503df0e2d9ed05d3c4ee4 (patch) | |
tree | c560bb1832b8a9aa13837dd662bfb9fa514475f4 /CMakeLists.txt | |
parent | f37682b7edd0d711e1120cbdd9d627fb5b9dbde1 (diff) |
Core/Build: Add the possibility to link libraries dynamically.
* makes it possible to access exported singletons from other shared lib's.
* reduces binary size
(cherry picked from commit f4e0945b13a70225684e7421d9542efae6a47c89)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17d4e1f051d..dda8f242feb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,6 @@ endif(POLICY CMP0043) set(CMAKE_DISABLE_SOURCE_CHANGES ON) set(CMAKE_DISABLE_IN_SOURCE_BUILD ON) -# build static libraries -set(BUILD_SHARED_LIBS OFF) - # Set RPATH-handing (CMake parameters) set(CMAKE_SKIP_BUILD_RPATH 0) set(CMAKE_BUILD_WITH_INSTALL_RPATH 0) |