mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00

Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
7 lines
189 B
CMake
7 lines
189 B
CMake
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)
|