update brand ESPE
This commit is contained in:
@@ -14,6 +14,7 @@ option(BUILD_SHARED_LIBS "Build shared (.so) libraries instead of static" ON)
|
||||
set(LIDARLIB_SOURCES
|
||||
src/olei_lidar.cpp
|
||||
src/sick_lidar.cpp
|
||||
src/espe_lidar.cpp
|
||||
src/lidar_config.cpp
|
||||
)
|
||||
|
||||
@@ -43,6 +44,9 @@ if(LIDARLIB_BUILD_EXAMPLES)
|
||||
add_executable(nanoscan_example examples/nanoscan_example.cpp)
|
||||
target_link_libraries(nanoscan_example PRIVATE lidarlib)
|
||||
|
||||
add_executable(espe_example examples/espe_example.cpp)
|
||||
target_link_libraries(espe_example PRIVATE lidarlib)
|
||||
|
||||
add_executable(lidar_app examples/lidar_app.cpp)
|
||||
target_link_libraries(lidar_app PRIVATE lidarlib)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user