Commit 12238433 authored by Zhiyi Sun's avatar Zhiyi Sun

Set EXAMPLE_PROGRAMS in one line.

Signed-off-by: default avatarZhiyi Sun <zhiyisun@gmail.com>
parent b42b6543
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment