Skip to content

Commit

Permalink
Fixed compile error with missing linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhaoyuan committed Dec 13, 2019
1 parent 3056ec6 commit 08eebf6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ add_executable(time_test src/time_test.cpp)
## Add cmake target dependencies of the executable
## same as for the library above
add_dependencies(controller epos2_gencpp)
add_dependencies(controller2 epos2_gencpp)
add_dependencies(controller3 epos2_gencpp)
add_dependencies(position_server epos2_gencpp)
add_dependencies(velocity_server epos2_gencpp)
add_dependencies(current_server epos2_gencpp)
Expand Down

0 comments on commit 08eebf6

Please sign in to comment.