forked from Archive/PX4-Autopilot
sensor_calibration: add link dependencies
This commit is contained in:
parent
529d816a39
commit
828134c56f
|
@ -41,3 +41,5 @@ px4_add_library(sensor_calibration
|
|||
Utilities.cpp
|
||||
Utilities.hpp
|
||||
)
|
||||
|
||||
target_link_libraries(sensor_calibration PRIVATE conversion parameters)
|
||||
|
|
Loading…
Reference in New Issue