mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
add custom target for uorb_sources_microcdr_gen
This commit is contained in:
parent
746c16400a
commit
6d0b11ca99
@ -170,9 +170,12 @@ if (GENERATE_RTPS_BRIDGE)
|
||||
COMMENT "Generating uORB microcdr topic sources"
|
||||
VERBATIM
|
||||
)
|
||||
add_custom_target(uorb_sources_microcdr_gen DEPENDS ${uorb_sources_microcdr})
|
||||
|
||||
px4_add_library(uorb_msgs_microcdr ${uorb_sources_microcdr} ${uorb_headers_microcdr})
|
||||
add_dependencies(uorb_msgs_microcdr
|
||||
uorb_headers_microcdr_gen
|
||||
uorb_sources_microcdr_gen
|
||||
git_micro_cdr
|
||||
microcdr
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user