util: fix create-module.py example source file

This commit is contained in:
Gabriel Ferreira
2022-03-02 22:12:26 -03:00
parent fbebb61a6f
commit 7652192eb6

View File

@@ -100,7 +100,7 @@ namespace ns3 {{
EXAMPLES_CMAKELISTS_TEMPLATE = '''\
build_lib_example(
NAME {MODULE}-example
SOURCE_FILES ${{name}}.cc
SOURCE_FILES {MODULE}-example.cc
LIBRARIES_TO_LINK ${{lib{MODULE}}}
)