initial commit of upm with hmc5883l support
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
5
src/hmc5883l/CMakeLists.txt
Normal file
5
src/hmc5883l/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_library (hmc5883l SHARED hmc5883l.cxx)
|
||||
|
||||
include_directories (${MAA_INCLUDE_DIR})
|
||||
|
||||
target_link_libraries (hmc5883l ${MAA_LIBRARIES})
|
||||
Reference in New Issue
Block a user