upm/src/tcs3414cs/CMakeLists.txt

6 lines
144 B
CMake
Raw Normal View History

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