diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-01 16:36:50 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-01 16:36:50 (GMT) |
commit | 89c21d07c46294e7c28f8852a89550b17d7a4402 (patch) | |
tree | e63eef1efa8ab7cbb19fc7b5a33c1e33af1c1931 /openscad.pro | |
parent | f175bae46a8f15823780c5a9c89b11476acb3107 (diff) | |
parent | 791a49b9e8489818e41deae2b1d4ba2b6ff50e5f (diff) |
Merge pull request #554 from openscad/issue410x
Issue410x
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 fd9f494..b38419e 100644 --- a/openscad.pro +++ b/openscad.pro @@ -39,6 +39,7 @@ debug: DEFINES += DEBUG TEMPLATE = app INCLUDEPATH += src +DEPENDPATH += src # Handle custom library location. # Used when manually installing 3rd party libraries @@ -368,6 +369,7 @@ HEADERS += src/cgal.h \ src/PolySetCGALEvaluator.h \ src/CGALRenderer.h \ src/CGAL_Nef_polyhedron.h \ + src/CGAL_Nef3_workaround.h \ src/cgalworker.h SOURCES += src/cgalutils.cc \ |