diff options
-rw-r--r-- | cgal.pri | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ cgal { message("CGAL location: $$CGAL_DIR") } + QMAKE_CXXFLAGS += -std=c++11 + CONFIG(mingw-cross-env) { LIBS += -lgmp -lmpfr -lCGAL QMAKE_CXXFLAGS += -frounding-math |