2014-04-25 14:48:43 +01:00
|
|
|
add_executable (compass compass.cxx)
|
2014-05-06 14:27:16 +01:00
|
|
|
add_executable (groveled groveled.cxx)
|
2014-05-06 15:58:48 +01:00
|
|
|
add_executable (grovetemp grovetemp.cxx)
|
2014-05-08 20:44:07 +01:00
|
|
|
add_executable (lcm-lcd lcm-lcd.cxx)
|
2014-05-30 05:50:31 -07:00
|
|
|
add_executable (rgb-lcd rgb-lcd.cxx)
|
2014-05-28 05:56:44 -07:00
|
|
|
add_executable (buzzer-sound buzzer-sound.cxx)
|
2014-05-30 06:11:12 -07:00
|
|
|
add_executable (led-bar led-bar.cxx)
|
2014-05-30 06:13:47 -07:00
|
|
|
add_executable (seg-lcd 4digitdisplay.cxx)
|
2014-06-02 02:33:21 -07:00
|
|
|
add_executable (nrf_transmitter nrf_transmitter.cxx)
|
|
|
|
add_executable (nrf_receiver nrf_receiver.cxx)
|
2014-06-03 16:23:26 +00:00
|
|
|
add_executable (es08a es08a.cxx)
|
2014-06-04 14:57:19 +00:00
|
|
|
add_executable (son-hcsr04 hcsr04.cxx)
|
2014-06-05 13:02:49 +00:00
|
|
|
add_executable (oled-1308 oled-1308.cxx)
|
2014-06-06 12:27:43 +00:00
|
|
|
add_executable (oled-1327 oled-1327.cxx)
|
2014-06-09 15:37:33 +00:00
|
|
|
add_executable (proximity max44000.cxx)
|
2014-06-11 13:21:58 +00:00
|
|
|
add_executable (accelerometer mma7455.cxx)
|
2014-06-13 13:50:55 +00:00
|
|
|
add_executable (lcd st7735.cxx)
|
2014-06-13 16:44:48 +01:00
|
|
|
add_executable (max31855-example max31855.cxx)
|
2014-06-16 16:43:05 +00:00
|
|
|
add_executable (gy65-example gy65.cxx)
|
2014-06-18 08:51:31 +00:00
|
|
|
add_executable (stepmotor-example stepmotor.cxx)
|
2014-06-18 09:37:50 +00:00
|
|
|
add_executable (pulsensor-example pulsensor.cxx)
|
2014-06-20 15:25:43 +00:00
|
|
|
add_executable (mic-example mic-example.cxx)
|
2014-06-24 18:17:46 +00:00
|
|
|
add_executable (mpu9150-example mpu9150-example.cxx)
|
2014-08-04 11:44:07 +00:00
|
|
|
add_executable (maxds3231m-example maxds3231m.cxx)
|
2014-08-04 18:01:21 +00:00
|
|
|
add_executable (max31723-example max31723.cxx)
|
2014-08-05 20:16:05 +00:00
|
|
|
add_executable (max5487-example max5487.cxx)
|
2014-08-12 23:40:47 +00:00
|
|
|
add_executable (nrf8001-broadcast-example nrf8001_broadcast.cxx)
|
2014-08-13 11:49:33 +00:00
|
|
|
add_executable (nrf8001-helloworld-example nrf8001_helloworld.cxx)
|
2014-08-18 11:21:48 +00:00
|
|
|
add_executable (lpd8806-example lpd8806-example.cxx)
|
2014-08-20 11:09:31 +00:00
|
|
|
add_executable (mlx90614-example mlx90614-example.cxx)
|
2014-04-25 14:48:43 +01:00
|
|
|
|
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
|
2014-05-06 14:27:16 +01:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/grove)
|
2014-05-30 05:50:31 -07:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/lcd)
|
2014-05-28 05:56:44 -07:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/buzzer)
|
2014-06-11 15:11:36 +01:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/my9221)
|
2014-06-11 15:07:21 +01:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/tm1637)
|
2014-06-02 02:33:21 -07:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/nrf24l01)
|
2014-06-03 16:23:26 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/servo)
|
2014-06-04 14:57:19 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/hcsr04)
|
2014-06-09 15:37:33 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/max44000)
|
2014-06-11 13:21:58 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/mma7455)
|
2014-06-13 13:50:55 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/st7735)
|
2014-06-13 16:44:48 +01:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/max31855)
|
2014-06-16 16:43:05 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/gy65)
|
2014-06-18 08:51:31 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/stepmotor)
|
2014-06-18 09:37:50 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/pulsensor)
|
2014-06-20 15:25:43 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/mic)
|
2014-06-24 18:17:46 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/mpu9150)
|
2014-08-04 11:44:07 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/maxds3231m)
|
2014-08-04 18:01:21 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/max31723)
|
2014-08-05 20:16:05 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/max5487)
|
2014-08-12 23:40:47 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/nrf8001)
|
2014-08-18 11:21:48 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/lpd8806)
|
2014-08-20 11:09:31 +00:00
|
|
|
include_directories (${PROJECT_SOURCE_DIR}/src/mlx90614)
|
2014-04-25 14:48:43 +01:00
|
|
|
|
2014-05-08 14:39:21 +01:00
|
|
|
target_link_libraries (compass hmc5883l ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries (groveled grove ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries (grovetemp grove ${CMAKE_THREAD_LIBS_INIT})
|
2014-05-30 05:50:31 -07:00
|
|
|
target_link_libraries (lcm-lcd i2clcd ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries (rgb-lcd i2clcd ${CMAKE_THREAD_LIBS_INIT})
|
2014-05-28 05:56:44 -07:00
|
|
|
target_link_libraries (buzzer-sound buzzer ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-11 15:11:36 +01:00
|
|
|
target_link_libraries (led-bar my9221 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-11 15:07:21 +01:00
|
|
|
target_link_libraries (seg-lcd tm1637 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-02 02:33:21 -07:00
|
|
|
target_link_libraries (nrf_transmitter nrf24l01 ${CMAKE_THREAD_LIBS_INIT})
|
|
|
|
target_link_libraries (nrf_receiver nrf24l01 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-03 16:23:26 +00:00
|
|
|
target_link_libraries (es08a servo ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-04 14:57:19 +00:00
|
|
|
target_link_libraries (son-hcsr04 hcsr04 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-05 13:02:49 +00:00
|
|
|
target_link_libraries (oled-1308 i2clcd ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-06 12:27:43 +00:00
|
|
|
target_link_libraries (oled-1327 i2clcd ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-09 15:37:33 +00:00
|
|
|
target_link_libraries (proximity max44000 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-11 13:21:58 +00:00
|
|
|
target_link_libraries (accelerometer mma7455 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-13 13:50:55 +00:00
|
|
|
target_link_libraries (lcd st7735 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-13 16:44:48 +01:00
|
|
|
target_link_libraries (max31855-example max31855 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-16 16:43:05 +00:00
|
|
|
target_link_libraries (gy65-example gy65 ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-18 08:51:31 +00:00
|
|
|
target_link_libraries (stepmotor-example stepmotor ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-18 09:37:50 +00:00
|
|
|
target_link_libraries (pulsensor-example pulsensor ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-20 15:25:43 +00:00
|
|
|
target_link_libraries (mic-example mic ${CMAKE_THREAD_LIBS_INIT})
|
2014-06-24 18:17:46 +00:00
|
|
|
target_link_libraries (mpu9150-example mpu9150 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-04 11:44:07 +00:00
|
|
|
target_link_libraries (maxds3231m-example maxds3231m ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-04 18:01:21 +00:00
|
|
|
target_link_libraries (max31723-example max31723 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-05 20:16:05 +00:00
|
|
|
target_link_libraries (max5487-example max5487 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-12 23:40:47 +00:00
|
|
|
target_link_libraries (nrf8001-broadcast-example nrf8001 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-13 11:49:33 +00:00
|
|
|
target_link_libraries (nrf8001-helloworld-example nrf8001 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-18 11:21:48 +00:00
|
|
|
target_link_libraries (lpd8806-example lpd8806 ${CMAKE_THREAD_LIBS_INIT})
|
2014-08-20 11:09:31 +00:00
|
|
|
target_link_libraries (mlx90614-example mlx90614 ${CMAKE_THREAD_LIBS_INIT})
|