mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:19:00 +08:00
14 lines
451 B
Diff
14 lines
451 B
Diff
|
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()
|
||
|
|