Skip to content

Commit

Permalink
add action templates to list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 21, 2018
1 parent 8958bed commit 435dd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ endforeach()
set(target_dependencies
"${rosidl_generator_c_BIN}"
${rosidl_generator_c_GENERATOR_FILES}
"${rosidl_generator_c_TEMPLATE_DIR}/action__type_support.h.em"
"${rosidl_generator_c_TEMPLATE_DIR}/idl.h.em"
"${rosidl_generator_c_TEMPLATE_DIR}/idl__functions.c.em"
"${rosidl_generator_c_TEMPLATE_DIR}/idl__functions.h.em"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ endforeach()
set(target_dependencies
"${rosidl_generator_cpp_BIN}"
${rosidl_generator_cpp_GENERATOR_FILES}
"${rosidl_generator_cpp_TEMPLATE_DIR}/action__struct.hpp.em"
"${rosidl_generator_cpp_TEMPLATE_DIR}/idl.hpp.em"
"${rosidl_generator_cpp_TEMPLATE_DIR}/idl__struct.hpp.em"
"${rosidl_generator_cpp_TEMPLATE_DIR}/idl__traits.hpp.em"
Expand Down

0 comments on commit 435dd41

Please sign in to comment.