From 0db675721c8eae4afbb4cbe04ebad1169793191a Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Fri, 16 Oct 2020 14:04:10 +0200 Subject: Add installing of the desktop file to cmake --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') 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. -- cgit v1.2.3