add_library(deposit SHARED deposit.h deposit.cpp)
target_link_libraries(
  deposit
  argos3core_simulator
)


