Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
bcc
/
416613aa32e26096387ec9fc1702daa1dc4acdff
/
.
/
examples
/
CMakeLists.txt
blob: 4d42b008829e92fe30272b72669cff94052cb8be [
file
] [
log
] [
blame
]
set(EXAMPLE_FILES hello_world.py task_switch.py task_switch.c simple_tc.py
simulation.py vlan_learning.py vlan_learning.c)
install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples)
add_subdirectory(distributed_bridge)