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
10 lines
200 B
CMake
10 lines
200 B
CMake
build_lib_example(
|
|
NAME virtual-net-device
|
|
SOURCE_FILES virtual-net-device.cc
|
|
LIBRARIES_TO_LINK
|
|
${libvirtual-net-device}
|
|
${libpoint-to-point}
|
|
${libinternet}
|
|
${libapplications}
|
|
)
|