fix CMakeLists spelling error

This commit is contained in:
Gus
2019-01-27 22:14:37 -05:00
parent d27ae11bf9
commit d86f320648
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