Skip to content

Commit

Permalink
alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Feb 6, 2019
1 parent 3873b76 commit 1e3af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ custom_executable(simple_bridge "src/simple_bridge.cpp"
TARGET_DEPENDENCIES "std_msgs")

add_library(${PROJECT_NAME} SHARED
"src/bridge.cpp"
"src/builtin_interfaces_factories.cpp"
"src/convert_builtin_interfaces.cpp"
"src/bridge.cpp"
${generated_files})
ament_target_dependencies(${PROJECT_NAME}
${prefixed_ros1_message_packages}
Expand Down

0 comments on commit 1e3af5f

Please sign in to comment.