raw
This commit is contained in:
6
Thirdparty/Pangolin/tools/ModelViewer/CMakeLists.txt
vendored
Normal file
6
Thirdparty/Pangolin/tools/ModelViewer/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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})
|
||||
Reference in New Issue
Block a user