Keep LICENSE.md file but install LICENSES folder

This commit is contained in:
Tobias Hunger 2022-01-06 10:15:40 +01:00 committed by Tobias Hunger
parent 0fc176a408
commit 68b4d4065b
3 changed files with 28 additions and 4 deletions

View file

@ -228,7 +228,7 @@ if(SIXTYFPS_PACKAGE_BUNDLE_QT)
FILES ${Qt6_DIR}/../../../plugins/imageformats/qsvg.dll
DESTINATION plugins/imageformats)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../licenses/ DESTINATION licenses)
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../licenses/ DESTINATION LICENSES)
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
include(InstallRequiredSystemLibraries)