2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME hello-simulator
|
|
|
|
|
SOURCE_FILES hello-simulator.cc
|
|
|
|
|
LIBRARIES_TO_LINK ${libcore}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME first
|
|
|
|
|
SOURCE_FILES first.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME second
|
|
|
|
|
SOURCE_FILES second.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME third
|
|
|
|
|
SOURCE_FILES third.cc
|
|
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libcsma}
|
|
|
|
|
${libwifi}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME fourth
|
|
|
|
|
SOURCE_FILES fourth.cc
|
|
|
|
|
LIBRARIES_TO_LINK ${libcore}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME fifth
|
2022-02-02 23:37:56 +00:00
|
|
|
SOURCE_FILES fifth.cc
|
|
|
|
|
tutorial-app.cc
|
2022-01-27 11:40:41 -03:00
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME sixth
|
2022-02-02 23:37:56 +00:00
|
|
|
SOURCE_FILES sixth.cc
|
|
|
|
|
tutorial-app.cc
|
2022-01-27 11:40:41 -03:00
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|
2021-11-10 22:28:44 -03:00
|
|
|
|
2021-12-05 21:53:49 +00:00
|
|
|
build_example(
|
2022-01-27 11:40:41 -03:00
|
|
|
NAME seventh
|
2022-02-02 23:37:56 +00:00
|
|
|
SOURCE_FILES seventh.cc
|
|
|
|
|
tutorial-app.cc
|
2022-01-27 11:40:41 -03:00
|
|
|
LIBRARIES_TO_LINK
|
|
|
|
|
${libcore}
|
|
|
|
|
${libstats}
|
|
|
|
|
${libpoint-to-point}
|
|
|
|
|
${libinternet}
|
|
|
|
|
${libapplications}
|
2021-12-05 21:53:49 +00:00
|
|
|
)
|