Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2018-02-07 13:37:15 +0300
committerVojtech Kral <vojtech@kral.hk>2018-03-05 20:33:15 +0300
commit7cfc5204c85c68e07ca351ac810a7f14a8e65eaf (patch)
tree6e06c8afe137a29d514c7998d0aca55fc3c280c9 /xs/CMakeLists.txt
parent79ee7c9a36b4901804e87ecb17dd6821a23ba258 (diff)
WIP: OctoPrint
Diffstat (limited to 'xs/CMakeLists.txt')
-rw-r--r--xs/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/xs/CMakeLists.txt b/xs/CMakeLists.txt
index 06456d607..b73f8336d 100644
--- a/xs/CMakeLists.txt
+++ b/xs/CMakeLists.txt
@@ -201,6 +201,8 @@ add_library(libslic3r_gui STATIC
${LIBDIR}/slic3r/GUI/wxExtensions.hpp
${LIBDIR}/slic3r/Utils/Http.cpp
${LIBDIR}/slic3r/Utils/Http.hpp
+ ${LIBDIR}/slic3r/Utils/OctoPrint.cpp
+ ${LIBDIR}/slic3r/Utils/OctoPrint.hpp
)
add_library(admesh STATIC
@@ -340,6 +342,7 @@ set(XS_XSP_FILES
${XSP_DIR}/Surface.xsp
${XSP_DIR}/SurfaceCollection.xsp
${XSP_DIR}/TriangleMesh.xsp
+ ${XSP_DIR}/Utils_OctoPrint.xsp
${XSP_DIR}/XS.xsp
)
foreach (file ${XS_XSP_FILES})