Skip to content

Commit

Permalink
Set EXAMPLE_PROGRAMS in one line.
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiyi Sun <[email protected]>
  • Loading branch information
zhiyisun committed Dec 8, 2016
1 parent b42b654 commit 1223843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/networking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(EXAMPLE_FILES simulation.py)
set(EXAMPLE_PROGRAMS simple_tc.py)
set(EXAMPLE_PROGRAMS ${EXAMPLE_PROGRAMS} tc_perf_event.py)
set(EXAMPLE_PROGRAMS simple_tc.py tc_perf_event.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 1223843

Please sign in to comment.