v01
This commit is contained in:
7
thirdparty/Pangolin/examples/SharedMemoryCamera/CMakeLists.txt
vendored
Normal file
7
thirdparty/Pangolin/examples/SharedMemoryCamera/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
if(UNIX)
|
||||
find_package(Pangolin 0.4 REQUIRED)
|
||||
include_directories(${Pangolin_INCLUDE_DIRS})
|
||||
|
||||
add_executable(SharedMemoryCamera main.cpp)
|
||||
target_link_libraries(SharedMemoryCamera ${Pangolin_LIBRARIES})
|
||||
endif()
|
||||
Reference in New Issue
Block a user