diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-02 17:37:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-11-02 17:37:43 +0000 |
| commit | 8bd2ff33b87bae1db644b473a6e6055118cf7131 (patch) | |
| tree | cd1b9853bde8a4c828294594e802a27ed3005a38 /src | |
| parent | fix removing class when object to path (diff) | |
| download | inkscape-8bd2ff33b87bae1db644b473a6e6055118cf7131.tar.gz inkscape-8bd2ff33b87bae1db644b473a6e6055118cf7131.zip | |
Make shared library building an option
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 72d984845..4c56b211d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -540,7 +540,7 @@ set(INKSCAPE_TARGET_LIBS ) # Build everything except main and inkview.c in a shared library. -add_library(inkscape_base SHARED ${inkscape_SRC} ${sp_SRC}) +add_library(inkscape_base ${inkscape_SRC} ${sp_SRC}) if(WITH_DBUS) add_dependencies(inkscape_base inkscape_dbus) |
