tap-bridge: Ensure tap-creator is built before tap-bridge

This commit is contained in:
Gabriel Ferreira
2024-10-23 20:17:09 +02:00
parent 68507ff430
commit 90ebd3ce82

View File

@@ -44,3 +44,8 @@ build_exec(
INSTALL_DIRECTORY_PATH ${CMAKE_INSTALL_LIBEXECDIR}/ns3
STANDALONE
)
add_dependencies(
tap-bridge
tap-creator
)