summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/stepmotor/CMakeLists.txt
blob: 666086b66b9889a837a06ab5cc1d47e1e3c4e77d (plain)
1
2
3
4
5
6
set (libname "stepmotor")
set (libdescription "upm STEPMOTOR")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()
target_link_libraries(${libname} rt)