mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Changing the binary name on OSX to PrusaSlicer.
This commit is contained in:
@@ -106,9 +106,9 @@ if (MINGW)
|
|||||||
set_target_properties(PrusaSlicer PROPERTIES PREFIX "")
|
set_target_properties(PrusaSlicer PROPERTIES PREFIX "")
|
||||||
endif (MINGW)
|
endif (MINGW)
|
||||||
|
|
||||||
if (NOT WIN32)
|
if (NOT WIN32 AND NOT APPLE)
|
||||||
# Binary name on unix like systems (OSX, Linux)
|
# Binary name on unix like systems (Linux, Unix)
|
||||||
set_target_properties(PrusaSlicer PROPERTIES OUTPUT_NAME "prusa-slicer")
|
set_target_properties(PrusaSlicer PROPERTIES OUTPUT_NAME "prusa-slicer")
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
target_link_libraries(PrusaSlicer libslic3r cereal)
|
target_link_libraries(PrusaSlicer libslic3r cereal)
|
||||||
|
|||||||
Reference in New Issue
Block a user