upm/examples/CMakeLists.txt
Brendan Le Foll d986654455 initial commit of upm with hmc5883l support
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-04-25 14:48:43 +01:00

6 lines
137 B
CMake

add_executable (compass compass.cxx)
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
target_link_libraries (compass hmc5883l)