diff options
-rw-r--r-- | openscad.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 1b7377b..63a5450 100644 --- a/openscad.pro +++ b/openscad.pro @@ -6,7 +6,10 @@ DEFINES += "ENABLE_CGAL=1" LIBS += -lCGAL -lmpfr DEFINES += "ENABLE_OPENCSG=1" -LIBS += -lopencsg -lGLEW +LIBS += -lopencsg + +unix:LIBS += -lGLEW +win32:LIBS += -lglew32 -lboost_thread -lgmp LEXSOURCES += lexer.l YACCSOURCES += parser.y |