first commit

This commit is contained in:
2026-07-27 14:50:01 +08:00
commit 36193aec44
1006 changed files with 163575 additions and 0 deletions
@@ -0,0 +1,9 @@
cmake_minimum_required(VERSION 3.0)
set(DEMO_NAME logger)
add_executable(${DEMO_NAME} main.cpp)
target_link_libraries(${DEMO_NAME}
PUBLIC
livox_lidar_sdk_static)