feature:support for conneting horizon

This commit is contained in:
Livox-SDK
2019-12-19 15:25:48 +08:00
parent 83def61d80
commit da19f31bc4
1442 changed files with 52220 additions and 16430 deletions
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 3.0)
set(DEMO_NAME trouble_shooting)
add_executable(${DEMO_NAME} main.cpp)
target_link_libraries(${DEMO_NAME}
PRIVATE
${PROJECT_NAME}_static
)