summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts/Install.cmake')
-rw-r--r--CMakeScripts/Install.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeScripts/Install.cmake b/CMakeScripts/Install.cmake
index 8306cec16..aee0444de 100644
--- a/CMakeScripts/Install.cmake
+++ b/CMakeScripts/Install.cmake
@@ -5,10 +5,7 @@ if(UNIX)
DESTINATION ${CMAKE_INSTALL_PREFIX}/${SHARE_INSTALL}/applications)
endif()
-if(NOT WIN32)
- # this should probably be done no matter what the platform is, just set SHARE_INSTALL first
- add_subdirectory(../share)
-else()
+if(WIN32)
install(PROGRAMS
${EXECUTABLE_OUTPUT_PATH}/inkscape.exe
${EXECUTABLE_OUTPUT_PATH}/inkview.exe