diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-04-24 01:30:19 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 10:30:19 -0700 |
| commit | 529efa799d25d2431902ffecb4222acd99e3d5a8 (patch) | |
| tree | 110d10de56ef0ff94b9a746b1e4fb04da5b0ad05 /ports/matplotplusplus/install-3rd-libraries.patch | |
| parent | 8067f8a110485a90b3d4f24b2c6ca5676912f940 (diff) | |
| download | vcpkg-529efa799d25d2431902ffecb4222acd99e3d5a8.tar.gz vcpkg-529efa799d25d2431902ffecb4222acd99e3d5a8.zip | |
[matplotplusplus] Install extra 3rd libraries (#17461)
* [matplotplusplus] Install extra 3rd libraries
* update version record
Diffstat (limited to 'ports/matplotplusplus/install-3rd-libraries.patch')
| -rw-r--r-- | ports/matplotplusplus/install-3rd-libraries.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/matplotplusplus/install-3rd-libraries.patch b/ports/matplotplusplus/install-3rd-libraries.patch new file mode 100644 index 000000000..fc2826999 --- /dev/null +++ b/ports/matplotplusplus/install-3rd-libraries.patch @@ -0,0 +1,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() + |
