Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding our license files to the Win install list
  • Loading branch information
justinclift committed Nov 19, 2017
1 parent b26948d commit 12ee94c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Expand Up @@ -232,6 +232,12 @@ set(WIN_IMG_PLUGINS_DEBUG
"${QT5_PATH}/plugins/imageformats/qwebpd.dll"
)

# License files
set(LICENSE_FILES
LICENSE
LICENSE-PLUGINS
)


qt5_wrap_ui(SQLB_FORM_HDR ${SQLB_FORMS})
if(SQLB_TSS)
Expand Down Expand Up @@ -440,6 +446,11 @@ if(WIN32 AND MSVC)
DESTINATION imageformats
CONFIGURATIONS Release)

# The license files
install(FILES
${LICENSE_FILES}
DESTINATION licenses)

# The batch file launcher
install(FILES
distri/winlaunch.bat
Expand Down

0 comments on commit 12ee94c

Please sign in to comment.