Update README and add contrib dir
This commit is contained in:
22
contrib/real-device/examples/CMakeLists.txt
Normal file
22
contrib/real-device/examples/CMakeLists.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
set(base_examples
|
||||
evb-lan9668-sp
|
||||
evb-lan9668-cbs
|
||||
evb-lan9668-tas
|
||||
evb-lan9668-psfp
|
||||
evb-lan9668-frer
|
||||
)
|
||||
foreach(
|
||||
example
|
||||
${base_examples}
|
||||
)
|
||||
build_lib_example(
|
||||
NAME ${example}
|
||||
SOURCE_FILES ${example}.cc
|
||||
LIBRARIES_TO_LINK ${libtsn}
|
||||
${libcore}
|
||||
${libnetwork}
|
||||
${libtraffic-generator}
|
||||
${libethernet}
|
||||
${libreal-device}
|
||||
)
|
||||
endforeach()
|
||||
Reference in New Issue
Block a user