upm/src/ds1307/CMakeLists.txt
Jon Trulson 02156d11c8 ds1307: initial implementation of the ds1307 RTC
Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
2015-01-13 13:01:29 -08:00

6 lines
146 B
CMake

set (libname "ds1307")
set (libdescription "upm ds1307 RTC module")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()