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:
Jukka Laitinen
2025-02-13 12:14:53 +02:00
committed by Mathieu Bresciani
parent dba2f4ff51
commit fec240efba
+1
View File
@@ -32,3 +32,4 @@
############################################################################
px4_add_library(airspeed airspeed.cpp)
target_link_libraries(airspeed PRIVATE atmosphere)