added some lib dir for fixup_bundle on APPLE

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@674 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2012-12-12 03:12:37 +00:00
parent 41449d0802
commit aab425e583

View File

@@ -116,6 +116,9 @@ IF((APPLE AND BUILD_AS_BUNDLE) OR WIN32)
# directories to look for dependencies
SET(DIRS ${QT_LIBRARY_DIRS} ${PROJECT_SOURCE_DIR}/bin)
IF(APPLE)
SET(DIRS ${DIRS} /usr/local /usr/local/lib)
ENDIF(APPLE)
# Now the work of copying dependencies into the bundle/package
# The quotes are escaped and variables to use at install time have their $ escaped