maa: change complex C++ write calls to CamelCase for spi & i2c
[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 maa stdc++)
10 target_link_libraries (blink-io-cpp maa stdc++)
11 target_link_libraries (Pwm3-cycle maa stdc++)
12 target_link_libraries (I2c-compass maa stdc++ m)
13 target_link_libraries (Spi-pot maa stdc++)