upm: update past modules to use new CMake macro
[contrib/upm.git] / src / hmc5883l / CMakeLists.txt
1 set (libname "hmc5883l")
2 set (libdescription "libupm Digital Compass")
3 add_library (hmc5883l SHARED hmc5883l.cxx)
4 upm_module_init()