mirror of
https://github.com/eclipse/upm.git
synced 2025-07-03 02:11:15 +03:00
initial commit of upm with hmc5883l support
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
5
examples/CMakeLists.txt
Normal file
5
examples/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
add_executable (compass compass.cxx)
|
||||
|
||||
include_directories (${PROJECT_SOURCE_DIR}/src/hmc5883l)
|
||||
|
||||
target_link_libraries (compass hmc5883l)
|
Reference in New Issue
Block a user