diff options
Diffstat (limited to 'opencsg.pri')
-rw-r--r-- | opencsg.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opencsg.pri b/opencsg.pri index 3f3695d..c9ed990 100644 --- a/opencsg.pri +++ b/opencsg.pri @@ -13,6 +13,7 @@ opencsg { !isEmpty(OPENCSG_DIR) { INCLUDEPATH += $$OPENCSG_DIR/include LIBS += -L$$OPENCSG_DIR/lib + message("OpenCSG location: $$CGAL_DIR") } macx { # For glew |