diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-11 08:51:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-11 08:51:55 (GMT) |
commit | 95949cf961d84f65ad9bfb9f2dec7361059ca515 (patch) | |
tree | b5d50e381362d013d8cce12c524571f013a990a2 /openscad.pro | |
parent | 18e97e0bd3f6bda4fdcd17de2a85173ba59b6b00 (diff) |
Implemented CGAL caching
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index baa9899..1abca19 100644 --- a/openscad.pro +++ b/openscad.pro @@ -217,6 +217,7 @@ HEADERS += src/cgal.h \ src/cgalfwd.h \ src/cgalutils.h \ src/CGALEvaluator.h \ + src/CGALCache.h \ src/PolySetCGALEvaluator.h \ src/CGALRenderer.h \ src/CGAL_Nef_polyhedron.h @@ -224,6 +225,7 @@ HEADERS += src/cgal.h \ SOURCES += src/cgalutils.cc \ src/CGALEvaluator.cc \ src/PolySetCGALEvaluator.cc \ + src/CGALCache.cc \ src/CGALRenderer.cc \ src/CGAL_Nef_polyhedron.cc \ src/CGAL_Nef_polyhedron_DxfData.cc \ |