mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
src/lib/airspeed/CMakeLists.txt: Link to "atmosphere" library
Fix a linking error of not finding "atmosphere::getDensityFromPressureAndTemp(float, float)" Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>
This commit is contained in:
committed by
Mathieu Bresciani
parent
dba2f4ff51
commit
fec240efba
@@ -32,3 +32,4 @@
|
||||
############################################################################
|
||||
|
||||
px4_add_library(airspeed airspeed.cpp)
|
||||
target_link_libraries(airspeed PRIVATE atmosphere)
|
||||
|
||||
Reference in New Issue
Block a user