mraa: rename from maa to mraa
[contrib/mraa.git] / examples / c++ / CMakeLists.txt
1 add_executable (AioA0 AioA0.cpp)
2 add_executable (blink-io-cpp Blink-IO.cpp)
3 add_executable (Pwm3-cycle Pwm3-cycle.cpp)
4 add_executable (I2c-compass I2c-compass.cpp)
5 add_executable (Spi-pot Spi-pot.cpp)
6
7 include_directories(${PROJECT_SOURCE_DIR}/api)
8
9 target_link_libraries (AioA0 mraa stdc++)
10 target_link_libraries (blink-io-cpp mraa stdc++)
11 target_link_libraries (Pwm3-cycle mraa stdc++)
12 target_link_libraries (I2c-compass mraa stdc++ m)
13 target_link_libraries (Spi-pot mraa stdc++)