Skip to content
Snippets Groups Projects
Commit bbcd0dd7 authored by d.kilic's avatar d.kilic
Browse files

Merge branch '68-ffmpeg-missing-in-windowsinstaller' into 'master'

Added install command for ffmpeg

Closes #68

See merge request !43
parents 6c9e9c73 bed6ddc5
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ if (WIN32)
execute_process(COMMAND ${WINDEPLOYQT_APP} \"\${CMAKE_INSTALL_PREFIX}/bin/petrack.exe\")
")
install(FILES "${OpenCV_LIB_PATH}/../bin/opencv_videoio_ffmpeg${OpenCV_VERSION_MAJOR}${OpenCV_VERSION_MINOR}${OpenCV_VERSION_PATCH}_64.dll" DESTINATION ${CMAKE_INSTALL_BINDIR})
# NOTE: Paths might be platform specific
install(DIRECTORY "${Qt5Core_DIR}/../../../../../Licenses" DESTINATION "Licenses/Qt_Licenses")
install(DIRECTORY "${OpenCV_DIR}/etc/licenses" DESTINATION "Licenses/OpenCV_Licenses")
......@@ -30,7 +32,6 @@ endif()
install(FILES "${CMAKE_SOURCE_DIR}/ReadMe.md" "${CMAKE_SOURCE_DIR}/LICENSE" DESTINATION ".")
##################################################################
# PACKAGE #
##################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment