Includes:
- refactor build_lib and build_lib_example macros
- unify src and contrib macros
- replace macro with function not to leak definitions
- parse list of arguments
- different cmake-format file for modules to list one item per line
12 lines
236 B
CMake
12 lines
236 B
CMake
build_example(
|
|
NAME wifi-example-sim
|
|
SOURCE_FILES wifi-example-sim.cc
|
|
wifi-example-apps.cc
|
|
HEADER_FILES wifi-example-apps.h
|
|
LIBRARIES_TO_LINK
|
|
${libstats}
|
|
${libinternet}
|
|
${libmobility}
|
|
${libwifi}
|
|
)
|