Added firmware directories.

This commit is contained in:
James Goppert
2015-09-08 15:18:59 -04:00
parent 9d18337647
commit d9a2553d34
6 changed files with 85 additions and 84 deletions

View File

@@ -214,7 +214,7 @@ link_directories(${link_dirs})
add_definitions(${definitions})
#=============================================================================
# source code generation
# source code generation}
#
file(GLOB_RECURSE msg_files msg/*.msg)
px4_generate_messages(TARGET msg_gen
@@ -228,6 +228,9 @@ px4_generate_messages(TARGET msg_gen
#
add_subdirectory(src)
# set the overall objective of the build
add_custom_target(ALL firmware_${OS})
#=============================================================================
# packaging
#