Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add library dependencies for modules #9492

Merged
merged 5 commits into from
May 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/drivers/snapdragon_pwm_out/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ px4_add_module(
SRCS
snapdragon_pwm_out.cpp
DEPENDS
mixer_gen
mixer
)
1 change: 1 addition & 0 deletions src/drivers/spektrum_rc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ px4_add_module(
SRCS
spektrum_rc.cpp
DEPENDS
rc
)

2 changes: 2 additions & 0 deletions src/modules/commander/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ px4_add_module(
arm_auth.cpp
DEPENDS
df_driver_framework
git_ecl
ecl_geo
)
1 change: 1 addition & 0 deletions src/modules/mc_att_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ px4_add_module(
SRCS
mc_att_control_main.cpp
DEPENDS
conversion
mathlib
)
3 changes: 2 additions & 1 deletion src/modules/sensors/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ px4_add_module(
temperature_compensation.cpp

DEPENDS
drivers__device
battery
conversion
drivers__device
git_ecl
ecl_validation
)