summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2016-05-02 19:36:16 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2016-05-02 19:36:16 +0000
commit04c19d5757c9ba12a871046dac340b5bd967f973 (patch)
treea244c75fa2153c2287987d865ad3933c7b78a6b0 /src
parentMerge ~meberl/inkscape/extension-fixes + CMake build: install libs and links ... (diff)
downloadinkscape-04c19d5757c9ba12a871046dac340b5bd967f973.tar.gz
inkscape-04c19d5757c9ba12a871046dac340b5bd967f973.zip
Fix for cmake installing libs, using a subfolder for clarity when installing system-wide
(bzr r14867)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4d57a59c1..df25728f4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -571,7 +571,8 @@ target_link_libraries(inkview inkscape_base)
install(
TARGETS inkscape_base inkscape inkview
RUNTIME DESTINATION bin
- LIBRARY DESTINATION lib
+ LIBRARY DESTINATION lib/inkscape
+ ARCHIVE DESTINATION lib/inkscape
)