mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
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:
@@ -116,6 +116,9 @@ IF((APPLE AND BUILD_AS_BUNDLE) OR WIN32)
|
|||||||
|
|
||||||
# directories to look for dependencies
|
# directories to look for dependencies
|
||||||
SET(DIRS ${QT_LIBRARY_DIRS} ${PROJECT_SOURCE_DIR}/bin)
|
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
|
# Now the work of copying dependencies into the bundle/package
|
||||||
# The quotes are escaped and variables to use at install time have their $ escaped
|
# The quotes are escaped and variables to use at install time have their $ escaped
|
||||||
|
|||||||
Reference in New Issue
Block a user