|
@@ -1,4 +1,4 @@
|
1
|
|
-add_executable (compass compass.cxx)
|
|
1
|
+add_executable (hmc5883l-example hmc5883l.cxx)
|
2
|
2
|
add_executable (groveled groveled.cxx)
|
3
|
3
|
add_executable (grovetemp grovetemp.cxx)
|
4
|
4
|
add_executable (lcm-lcd lcm-lcd.cxx)
|
|
@@ -67,7 +67,7 @@ include_directories (${PROJECT_SOURCE_DIR}/src/tcs3414cs)
|
67
|
67
|
include_directories (${PROJECT_SOURCE_DIR}/src/th02)
|
68
|
68
|
include_directories (${PROJECT_SOURCE_DIR}/src/lsm303)
|
69
|
69
|
|
70
|
|
-target_link_libraries (compass hmc5883l ${CMAKE_THREAD_LIBS_INIT})
|
|
70
|
+target_link_libraries (hmc5883l-example hmc5883l ${CMAKE_THREAD_LIBS_INIT})
|
71
|
71
|
target_link_libraries (groveled grove ${CMAKE_THREAD_LIBS_INIT})
|
72
|
72
|
target_link_libraries (grovetemp grove ${CMAKE_THREAD_LIBS_INIT})
|
73
|
73
|
target_link_libraries (lcm-lcd i2clcd ${CMAKE_THREAD_LIBS_INIT})
|