upm/src/gy65/CMakeLists.txt

6 lines
131 B
CMake
Raw Normal View History

set (libname "gy65")
set (libdescription "upm GY65")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()