Add Gazebo submodule as simulator dependency

This commit is contained in:
Lorenz Meier 2015-10-25 18:25:53 +01:00
parent 9cbcca1f49
commit 8421742906

View File

@ -47,6 +47,8 @@ px4_add_module(
${SIMULATOR_SRCS}
DEPENDS
platforms__common
git_jmavsim
git_gazebo
)
# vim: set noet ft=cmake fenc=utf-8 ff=unix :