mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
stepmotor: clock_gettime needs lrt with older gcc/glib2 versions
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -3,3 +3,4 @@ set (libdescription "upm STEPMOTOR")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
target_link_libraries(${libname} rt)
|
||||
|
Reference in New Issue
Block a user