diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 16:48:46 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 16:48:46 (GMT) |
commit | dd2002a81673b3875ce8c4e8a61cb10278c4eb03 (patch) | |
tree | 7aaadf1c9b12cd37a7a913d3e76256f6406fa939 /openscad.pro | |
parent | 4381762f5aa2e6a56258618e585e1510ead88684 (diff) | |
parent | 67eb2ebe90447e966dc1e08b91c43d937c521583 (diff) |
Tidy up code. Generate proper test png images. Merge branch 'master' into caliston1.
Conflicts:
src/PolySetCGALEvaluator.cc
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 100785b..453ab77 100644 --- a/openscad.pro +++ b/openscad.pro @@ -188,6 +188,7 @@ HEADERS += src/parsersettings.h \ src/traverser.h \ src/nodecache.h \ src/nodedumper.h \ + src/ModuleCache.h \ src/PolySetCache.h \ src/PolySetEvaluator.h \ src/CSGTermEvaluator.h \ @@ -230,6 +231,7 @@ SOURCES += src/mathc99.cc \ src/nodedumper.cc \ src/traverser.cc \ src/PolySetEvaluator.cc \ + src/ModuleCache.cc \ src/PolySetCache.cc \ src/Tree.cc \ \ |