Files
upm/src/hmc5883l/CMakeLists.txt
Thomas Ingleby cea5816c43 upm: new standard for modules cmake file
* Update all previously updated modules

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
2014-06-12 11:39:10 +01:00

6 lines
149 B
CMake

set (libname "hmc5883l")
set (libdescription "libupm Digital Compass")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()