Files
upm/src/hmc5883l/CMakeLists.txt

6 lines
136 B
CMake
Raw Normal View History

add_library (hmc5883l SHARED hmc5883l.cxx)
include_directories (${MAA_INCLUDE_DIR})
target_link_libraries (hmc5883l ${MAA_LIBRARIES})