Files
ORB_SLAM3_Win/Thirdparty/Pangolin-0.6/tools/ModelViewer/CMakeLists.txt
2022-01-20 20:20:08 +02:00

7 lines
239 B
CMake

# Find Pangolin (https://github.com/stevenlovegrove/Pangolin)
find_package(Pangolin 0.3 REQUIRED)
include_directories(${Pangolin_INCLUDE_DIRS})
add_executable(ModelViewer main.cpp)
target_link_libraries(ModelViewer ${Pangolin_LIBRARIES})