From 04c19d5757c9ba12a871046dac340b5bd967f973 Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Mon, 2 May 2016 21:36:16 +0200 Subject: Fix for cmake installing libs, using a subfolder for clarity when installing system-wide (bzr r14867) --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 ) -- cgit v1.2.3