livox2-sys 0.1.0

A Rust wrapper for the Livox SDK2
Documentation
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 3.0)

set(DEMO_NAME debug_point_cloud)
add_executable(${DEMO_NAME} main.cpp)

target_link_libraries(${DEMO_NAME}
        PUBLIC
        livox_lidar_sdk_static)