pwm: Fully Functional.
[contrib/mraa.git] / examples / CMakeLists.txt
1 add_executable (readi2c readi2c.cpp)
2 add_executable (hellomaa hellomaa.cpp)
3 add_executable (cycle-pwm3 cycle-pwm3.cpp)
4
5 include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
6
7 target_link_libraries (hellomaa maa)
8 target_link_libraries (readi2c maa)
9 target_link_libraries (cycle-pwm3 maa)