Skip to content

Commit

Permalink
tap-bridge: Ensure tap-creator is built before tap-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielcarvfer committed Oct 23, 2024
1 parent 68507ff commit 90ebd3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tap-bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ build_exec(
INSTALL_DIRECTORY_PATH ${CMAKE_INSTALL_LIBEXECDIR}/ns3
STANDALONE
)

add_dependencies(
tap-bridge
tap-creator
)

0 comments on commit 90ebd3c

Please sign in to comment.