Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-10-16 15:04:10 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-10-19 15:44:45 +0300
commit0db675721c8eae4afbb4cbe04ebad1169793191a (patch)
tree7d3bb491b0d172dca2f3e23f89f50656fb7e6989 /src/CMakeLists.txt
parentbd271981d33f2733934865e0ad3b663e449548c6 (diff)
Add installing of the desktop file to cmake
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 84026b667..c93d95946 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -204,11 +204,11 @@ if (WIN32)
VERBATIM
)
endif ()
-
+
# This has to be a separate target due to the windows command line lenght limits
add_custom_target(PrusaSlicerDllsCopy ALL DEPENDS PrusaSlicer)
prusaslicer_copy_dlls(PrusaSlicerDllsCopy)
-
+
else ()
if (APPLE)
# On OSX, the name of the binary matches the name of the Application.