diff options
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/openscad.pro b/openscad.pro index e914eeb..274f886 100644 --- a/openscad.pro +++ b/openscad.pro @@ -2,9 +2,14 @@ CONFIG += qt TEMPLATE = app -LEXSOURCES = lexer.l -YACCSOURCES = parser.y +LIBS += -lCGAL -HEADERS = openscad.h -SOURCES = openscad.cc value.cc expr.cc func.cc module.cc context.cc +LEXSOURCES += lexer.l +YACCSOURCES += parser.y + +HEADERS += openscad.h +SOURCES += openscad.cc value.cc expr.cc func.cc module.cc context.cc +SOURCES += union.cc difference.cc intersect.cc +SOURCES += trans.cc +SOURCES += cube.cc |