mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 03:40:38 +08:00
Move slic3r_gui link higher in the chain (as it relies on libslic3r).
This commit is contained in:
parent
d1705cc31f
commit
f0b423d5e1
@ -162,7 +162,6 @@ IF(CMAKE_HOST_UNIX)
|
||||
#set(Boost_LIBRARIES bsystem bthread bfilesystem)
|
||||
ENDIF(CMAKE_HOST_UNIX)
|
||||
|
||||
target_link_libraries (slic3r libslic3r admesh BSpline clipper expat polypartition poly2tri ${Boost_LIBRARIES})
|
||||
|
||||
IF(wxWidgets_FOUND)
|
||||
MESSAGE("wx found!")
|
||||
@ -198,6 +197,8 @@ ELSE(wxWidgets_FOUND)
|
||||
#skip gui when no wx included
|
||||
ENDIF(wxWidgets_FOUND)
|
||||
|
||||
target_link_libraries (slic3r libslic3r admesh BSpline clipper expat polypartition poly2tri ZipArchive ${Boost_LIBRARIES})
|
||||
|
||||
# Windows needs a compiled component for Boost.nowide
|
||||
IF (WIN32)
|
||||
add_library(boost-nowide STATIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user