1 set(EXAMPLE_FILES simulation.py tunnel.c tunnel_mesh.c) 2 set(EXAMPLE_PROGRAMS main.py tunnel_mesh.py tunnel.py) 3 install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking/distributed_bridge) 4 install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking/distributed_bridge) 5