• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(EXAMPLE_FILES simulation.py tunnel.c tunnel_mesh.c)
2set(EXAMPLE_PROGRAMS main.py tunnel_mesh.py tunnel.py)
3install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking/distributed_bridge)
4install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking/distributed_bridge)
5