summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/buzzer/CMakeLists.txt
blob: 02749c049bf906abee1f60608821183c309c3632 (plain)
1
2
3
4
5
set (libname "buzzer")
set (libdescription "upm buzzer")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()