1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Add install component for 3rdparty libraries licenses

This commit is contained in:
Maksim Shabunin
2018-02-26 21:10:21 +03:00
parent 09f0ecdf7a
commit 7bbe002a2f
17 changed files with 112 additions and 2 deletions
+2
View File
@@ -51,3 +51,5 @@ endif()
if(NOT BUILD_SHARED_LIBS)
ocv_install_target(${JPEG_LIBRARY} EXPORT OpenCVModules ARCHIVE DESTINATION ${OPENCV_3P_LIB_INSTALL_PATH} COMPONENT dev)
endif()
ocv_install_3rdparty_licenses(libjpeg README)