Skip to content

Commit

Permalink
add inc_intl_arg to rmw_dep
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 12, 2024
1 parent 9f634a1 commit ba7f7ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ deps_librmw = [
lib_rmw = static_library(
'rmw',
src,
include_directories : [include_directories('.'), inc_intl_arg],
include_directories : include_directories(['.', inc_intl_arg]),
dependencies: deps_librmw
)

rmw_dep = declare_dependency(
link_with: [ lib_rmw, lib_bsdutilsrm ],
include_directories : include_directories('.'),
link_with: [ lib_rmw, lib_bsdutilsrm],
include_directories : include_directories(['.', inc_intl_arg]),
dependencies: deps_librmw
)

0 comments on commit ba7f7ba

Please sign in to comment.