upm/src/tcs3414cs/CMakeLists.txt
Kiveisha Yevgeniy 50fd1d7478 tcs3414cs:: added new color sensor
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
2014-08-27 12:40:33 +00:00

6 lines
144 B
CMake

set (libname "tcs3414cs")
set (libdescription "I2C Color sensor")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()