mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
CMake build process - fixes of the previous check-ins to build
cleanly on Windows & Linux. There is still a work on OSX: The XS module has to be linked without perl.lib and with the following parameters to produce a bundle: -bundle -undefined dynamic_lookup
This commit is contained in:
parent
e2a685b8bb
commit
ba1c0b0137
8 changed files with 81 additions and 86 deletions
|
@ -1,6 +1,5 @@
|
|||
#ifndef slic3r_GCodeSender_hpp_
|
||||
#define slic3r_GCodeSender_hpp_
|
||||
#ifdef BOOST_LIBS
|
||||
|
||||
#include "libslic3r.h"
|
||||
#include <queue>
|
||||
|
@ -71,5 +70,4 @@ class GCodeSender : private boost::noncopyable {
|
|||
|
||||
} // namespace Slic3r
|
||||
|
||||
#endif /* BOOST_LIBS */
|
||||
#endif /* slic3r_GCodeSender_hpp_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue