Merge pull request #1 from gworkman/master

fix CMakeLists spelling error
This commit was merged in pull request #1.
This commit is contained in:
livox
2019-01-31 14:54:13 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
set(DEMO_NAME hub_smaple)
set(DEMO_NAME hub_sample)
add_executable(${DEMO_NAME} main.c)
target_link_libraries(${DEMO_NAME}
PRIVATE
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
set(DEMO_NAME lidar_smaple)
set(DEMO_NAME lidar_sample)
add_executable(${DEMO_NAME} main.c)
target_link_libraries(${DEMO_NAME}
PRIVATE