diff options
author | Marius Kintel <marius@kintel.net> | 2010-03-28 15:57:39 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:34 (GMT) |
commit | 7468c940672b31e569cbb2310676fb1ac841e2d0 (patch) | |
tree | 1ddd374a0006e074695bd8638d1f5e59db6a3509 /openscad.pro | |
parent | 3396706e248d4baccf08707103deae378181b299 (diff) |
Mostly completed test implementation of text-based CGALRenderer
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 496250a..2a1bdf7 100644 --- a/openscad.pro +++ b/openscad.pro @@ -105,6 +105,8 @@ HEADERS += src/CGAL_renderer.h \ src/dxfrotextrudenode.h \ src/projectionnode.h \ src/importnode.h \ + src/transformnode.h \ + src/rendernode.h \ src/openscad.h \ src/polyset.h \ src/printutils.h \ |