# Demo binaries. Run from the build dir so the default plugins path
# ("plugins") resolves to build/plugins.
foreach(demo list_drivers example lidar_app)
    add_executable(${demo} ${demo}.cpp)
    target_link_libraries(${demo} PRIVATE lidar_manager)
endforeach()
