aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/server_qtro_simulator/CMakeLists.txt.tpl
blob: 7398ad131a02a8d5c1fab1d47b8e5244550b12cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
find_package(Qt6 COMPONENTS RemoteObjects IviRemoteObjectsHelper)

target_sources(${CURRENT_TARGET}
               PRIVATE
{% for interface in module.interfaces %}
    {{interface|lower}}backend.cpp
    {{interface|lower}}adapter.cpp
{% endfor %}
    core.cpp
    main.cpp
    {{module.module_name|lower}}_simulation.qrc
)

qt_add_repc_source(${CURRENT_TARGET}
{% for interface in module.interfaces %}
    {{interface|lower}}.rep
{% endfor %}
)

### MISSING
# OTHER_FILES += \
#    $$PWD/{{module.module_name|lower}}.json \
#    $$PWD/{{module.module_name|lower}}_simulation_data.json