* API headers moved to api/ * smbus file added from libi2c and kernel i2c header cleaned up * fix compilation of swig and use i2c.h header Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
8 lines
228 B
CMake
8 lines
228 B
CMake
add_executable (readi2c readi2c.cpp)
|
|
add_executable (hellomaa hellomaa.cpp)
|
|
|
|
include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
|
|
|
|
target_link_libraries (hellomaa maa)
|
|
target_link_libraries (readi2c maa)
|