2014-04-22 15:54:34 +01:00
|
|
|
add_executable (i2c_HMC5883L i2c_HMC5883L.cxx)
|
|
|
|
|
add_executable (hellomaa hellomaa.cxx)
|
|
|
|
|
add_executable (cycle-pwm3 cycle-pwm3.cxx)
|
2014-04-08 18:43:26 +01:00
|
|
|
|
2014-04-10 16:53:19 +01:00
|
|
|
include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
|
2014-04-10 11:04:02 +01:00
|
|
|
|
2014-04-08 18:43:26 +01:00
|
|
|
target_link_libraries (hellomaa maa)
|
2014-04-22 15:31:28 +01:00
|
|
|
target_link_libraries (i2c_HMC5883L maa)
|
2014-04-14 16:55:19 +01:00
|
|
|
target_link_libraries (cycle-pwm3 maa)
|