Export intern dependencies in RTABMapConfig.cmake

This commit is contained in:
matlabbe
2016-06-01 13:13:30 -04:00
parent e234717129
commit a6f7062f92
2 changed files with 35 additions and 9 deletions

View File

@@ -61,6 +61,9 @@ if(@CONF_WITH_GUI@)
set(RTABMap_LIBRARIES ${RTABMap_LIBRARIES} ${RTABMap_GUI})
endif(@CONF_WITH_GUI@)
# Dependencies
set(RTABMap_LIBRARIES ${RTABMap_LIBRARIES} @CONF_DEPENDENCIES@)
#backward compatibilities
set(RTABMAP_CORE ${RTABMap_CORE})
set(RTABMAP_UTILITE ${RTABMap_UTILITE})