Files
upm/src/h3lis331dl/CMakeLists.txt
Noel Eck b5a33f6ee3 cmake: Cleanup of src CMakeLists.txt description field
Removed 'upm' string, capitalized first character, added descriptions
where necessary.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2016-10-20 16:19:59 -07:00

6 lines
168 B
CMake

set (libname "h3lis331dl")
set (libdescription "H3lis331dl I2c Accelerometer (400g)")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init()