Initial commit: Livox SDK2 source (excluding build artifacts)

This commit is contained in:
gardentech
2026-08-26 01:38:14 +09:00
commit 34a9a52cd4
221 changed files with 54102 additions and 0 deletions
+9
View File
@@ -0,0 +1,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)