mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
WIP: Restoring of the command line only builds (no GUI support).
This commit is contained in:
parent
8094cd22da
commit
349e30a39c
3 changed files with 42 additions and 13 deletions
|
|
@ -49,6 +49,10 @@ foreach (_cache_var ${_cache_vars})
|
|||
endif ()
|
||||
endforeach()
|
||||
|
||||
if (SLIC3R_GUI)
|
||||
add_definitions(-DSLIC3R_GUI)
|
||||
endif ()
|
||||
|
||||
if (MSVC)
|
||||
if (SLIC3R_MSVC_COMPILE_PARALLEL)
|
||||
add_compile_options(/MP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue