upm/src/xbee/CMakeLists.txt
Jon Trulson 6e095826d3 xbee: Initial implementation
This is a basic serial module that allows access to various XBee
devices via a UART port.  It was tested with the XBee S6B WiFi Module
and the XBee S1 802.14.4 module.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2015-10-27 17:02:10 -07:00

6 lines
145 B
CMake

set (libname "xbee")
set (libdescription "upm XBee serial module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()