mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Included FLANN headers in rtabmap for convenience (to have commit 23051820b2)
This commit is contained in:
@@ -57,6 +57,9 @@ SET(SRC_FILES
|
||||
toro3d/posegraph2.cpp
|
||||
toro3d/treeoptimizer2.cpp
|
||||
|
||||
flann/ext/lz4.c
|
||||
flann/ext/lz4hc.c
|
||||
|
||||
sqlite3/sqlite3.c
|
||||
)
|
||||
|
||||
@@ -76,10 +79,6 @@ SET(LIBRARIES
|
||||
${ZLIB_LIBRARIES}
|
||||
)
|
||||
|
||||
IF(FLANN18_FOUND)
|
||||
ADD_DEFINITIONS("-DWITH_FLANN18")
|
||||
ENDIF(FLANN18_FOUND)
|
||||
|
||||
IF(Freenect_FOUND)
|
||||
ADD_DEFINITIONS("-DWITH_FREENECT")
|
||||
IF(Freenect_DASH_INCLUDES)
|
||||
|
||||
Reference in New Issue
Block a user