summaryrefslogtreecommitdiff
path: root/src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl')
-rw-r--r--src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl b/src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl
index 4f39367..347b288 100644
--- a/src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl
+++ b/src/tools/ivigenerator/templates/frontend/CMakeLists.txt.tpl
@@ -9,6 +9,6 @@ target_sources(${CURRENT_TARGET}
{% for struct in module.structs %}
{{struct|lower}}.cpp
{% endfor %}
- {{module.module_name|lower}}module.cpp
- {{module.module_name|lower}}modulefactory.cpp
+ {{module.module_name|lower}}.cpp
+ {{module.module_name|lower}}factory.cpp
)