diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:25:04 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-31 00:25:04 (GMT) |
commit | 334f15c0d6442fbbcbe0b83cad57b3b3413d470b (patch) | |
tree | 3667c8329e1398b4397f20c2c4e0d767a69a97b6 /opencsg.pri | |
parent | 1950fc593d702aca6024395ed59c0e34e6dcaf52 (diff) |
Minor build system fixes
git-svn-id: http://svn.clifford.at/openscad/trunk@492 b57f626f-c46c-0410-a088-ec61d464b74c
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 |