summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index c8c580fe4..a96df045b 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -10,6 +10,11 @@ if(WIN32)
DESTINATION ${CMAKE_INSTALL_PREFIX}
RENAME inkscape.com
)
+ install(PROGRAMS
+ ${EXECUTABLE_OUTPUT_PATH}/inkview_com.exe
+ DESTINATION ${CMAKE_INSTALL_PREFIX}
+ RENAME inkview.com
+ )
install(FILES
${LIBRARY_OUTPUT_PATH}/libinkscape_base.dll