set (libname "stepmotor") set (libdescription "Stepper motor module") set (module_src ${libname}.cxx) set (module_hpp ${libname}.hpp) upm_module_init() target_link_libraries(${libname} rt)