Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
6 lines
162 B
CMake
6 lines
162 B
CMake
set (libname "grovespeaker")
|
|
set (libdescription "upm grovespeaker speaker module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|