mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
init CameraSeerSense
This commit is contained in:
@@ -40,6 +40,7 @@ SET(SRC_FILES
|
||||
camera/CameraVideo.cpp
|
||||
camera/CameraMyntEye.cpp
|
||||
camera/CameraDepthAI.cpp
|
||||
camera/CameraSeerSense.cpp
|
||||
|
||||
EpipolarGeometry.cpp
|
||||
VisualWord.cpp
|
||||
@@ -383,6 +384,13 @@ IF(depthai_FOUND)
|
||||
)
|
||||
ENDIF(depthai_FOUND)
|
||||
|
||||
IF(xvsdk_FOUND)
|
||||
SET(PUBLIC_LIBRARIES
|
||||
${PUBLIC_LIBRARIES}
|
||||
${XVSDK_LIBRARIES}
|
||||
)
|
||||
ENDIF(xvsdk_FOUND)
|
||||
|
||||
IF(TARGET OpenMP::OpenMP_CXX)
|
||||
SET(LIBRARIES
|
||||
${LIBRARIES}
|
||||
|
||||
Reference in New Issue
Block a user