aboutsummaryrefslogtreecommitdiff
path: root/ports/matplotplusplus/install-3rd-libraries.patch
blob: fc2826999496fb2a9d339d49e46e700455aec2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/source/3rd_party/CMakeLists.txt b/source/3rd_party/CMakeLists.txt
index 52f20eb..ab58bbd 100644
--- a/source/3rd_party/CMakeLists.txt
+++ b/source/3rd_party/CMakeLists.txt
@@ -41,6 +41,8 @@ endif()
 if(MASTER_PROJECT AND NOT BUILD_SHARED_LIBS)
   install(TARGETS nodesoup
       EXPORT Matplot++Targets
+      RUNTIME DESTINATION bin
+      LIBRARY DESTINATION lib
       ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/Matplot++)
 endif()