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
216 B
CMake
12 lines
216 B
CMake
build_example(
|
|
NAME matrix-topology
|
|
SOURCE_FILES matrix-topology.cc
|
|
LIBRARIES_TO_LINK
|
|
${libnetwork}
|
|
${libnetanim}
|
|
${libmobility}
|
|
${libpoint-to-point}
|
|
${libinternet}
|
|
${libapplications}
|
|
)
|