Skip to content

Commit

Permalink
Add missing examples files (iovisor#4312)
Browse files Browse the repository at this point in the history
* Add missing examples files
  • Loading branch information
Gsantomaggio committed Nov 3, 2022
1 parent aee989c commit d661f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/networking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(EXAMPLE_FILES simulation.py)
set(EXAMPLE_PROGRAMS simple_tc.py tc_perf_event.py)
set(EXAMPLE_PROGRAMS simple_tc.py tc_perf_event.py net_monitor.py sockmap.py)
install(FILES ${EXAMPLE_FILES} DESTINATION share/bcc/examples/networking)
install(PROGRAMS ${EXAMPLE_PROGRAMS} DESTINATION share/bcc/examples/networking)

Expand Down

0 comments on commit d661f8a

Please sign in to comment.