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 /test-code | |
parent | 3396706e248d4baccf08707103deae378181b299 (diff) |
Mostly completed test implementation of text-based CGALRenderer
Diffstat (limited to 'test-code')
-rw-r--r-- | test-code/cgaltest.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-code/cgaltest.pro b/test-code/cgaltest.pro index 8b68937..94942da 100644 --- a/test-code/cgaltest.pro +++ b/test-code/cgaltest.pro @@ -52,6 +52,8 @@ HEADERS += ../src/builtin.h \ ../src/projectionnode.h \ ../src/importnode.h \ ../src/csgnode.h \ + ../src/transformnode.h \ + ../src/rendernode.h \ ../src/openscad.h \ ../src/polyset.h \ ../src/printutils.h \ |