Skip to content

Commit

Permalink
Update CMake config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzMeier committed Aug 7, 2016
1 parent cba4bcd commit 148b6e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/configs/posix_sitl_default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,17 @@ set(config_module_list
systemcmds/top
systemcmds/motor_ramp

modules/attitude_estimator_ekf
modules/attitude_estimator_q
modules/commander
modules/dataman
modules/ekf2
modules/ekf_att_pos_estimator
modules/fw_att_control
modules/fw_pos_control_l1
modules/land_detector
modules/logger
modules/mavlink
modules/mc_att_control
modules/mc_att_control_multiplatform
modules/mc_pos_control
modules/mc_pos_control_multiplatform
modules/navigator
modules/param
modules/position_estimator_inav
Expand Down Expand Up @@ -76,6 +72,10 @@ set(config_module_list
lib/terrain_estimation

examples/px4_simple_app
examples/mc_att_control_multiplatform
examples/mc_pos_control_multiplatform
examples/ekf_att_pos_estimator
examples/attitude_estimator_ekf

#
# Testing
Expand Down

0 comments on commit 148b6e6

Please sign in to comment.