raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.33k stars 4.69k forks source link

Need Help #1007

Open gcc-hub opened 3 years ago

gcc-hub commented 3 years ago

need help,which rule can create this file libORB_SLAM2.so?

2021-07-21 23-22-08屏幕截图

AlejandroSilvestri commented 3 years ago

Hi @gcc-hub

I believe this one is the rule you're looking for.

add_library(${PROJECT_NAME} SHARED

gcc-hub commented 3 years ago

@AlejandroSilvestri Thanks for your advice, I think this is a key to solving the problem

IvySong10086 commented 2 years ago

Do you solve this problem?