upm/src/maxsonarez/CMakeLists.txt
Jon Trulson 4ca399845f maxsonarez: Initial implementation
The module supports the LV-MaxSonar EZ1, EZ2, EZ3 and EZ4 ultrasonic
range finders.  It was developed and tested on the EZ3 variant.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2015-05-07 14:48:44 -07:00

6 lines
173 B
CMake

set (libname "maxsonarez")
set (libdescription "upm MaxSonar EZ family of ultrasonic rangers")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()