6 lines
136 B
CMake
6 lines
136 B
CMake
|
|
add_library (hmc5883l SHARED hmc5883l.cxx)
|
||
|
|
|
||
|
|
include_directories (${MAA_INCLUDE_DIR})
|
||
|
|
|
||
|
|
target_link_libraries (hmc5883l ${MAA_LIBRARIES})
|