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:
authorbubnikv <bubnikv@gmail.com>2019-02-07 14:06:51 +0300
committerbubnikv <bubnikv@gmail.com>2019-02-07 14:06:51 +0300
commit9b15908a47af12658d6563cddac334505e27b60a (patch)
tree33f6e8bf44d1da66df4c009b3236b22eb93eb34d /src/CMakeLists.txt
parenta2478b7faa7ad07d4fe0341897e9b6e7657aa92e (diff)
WIP: SVG import & rasterization
Updated AntiGrain (agg) library to 2.5 Added agg_svg library from AntiGrain 2.5 added src/slic3r/Utils/SVGImport.cpp/hpp
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b38ae3665..572af70ad 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,6 +1,7 @@
project(Slic3r-native)
add_subdirectory(admesh)
+add_subdirectory(agg_svg)
add_subdirectory(avrdude)
# boost/nowide
add_subdirectory(boost)