Update README and add contrib dir
This commit is contained in:
19
contrib/trace/examples/CMakeLists.txt
Normal file
19
contrib/trace/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
set(base_examples
|
||||
tsn-point2point-netanim
|
||||
tsn-switched-withFRER-netanim
|
||||
)
|
||||
foreach(
|
||||
example
|
||||
${base_examples}
|
||||
)
|
||||
build_lib_example(
|
||||
NAME ${example}
|
||||
SOURCE_FILES ${example}.cc
|
||||
LIBRARIES_TO_LINK ${libtrace}
|
||||
${libcore}
|
||||
${libnetwork}
|
||||
${libethernet}
|
||||
${libtraffic-generator}
|
||||
${libtsn}
|
||||
)
|
||||
endforeach()
|
||||
Reference in New Issue
Block a user