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