aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/server_qtro/CMakeLists.txt.tpl
blob: 963d7aa6fe772b8b4e26621923dc8fd23d964d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
find_package(Qt6 COMPONENTS RemoteObjects)

target_sources(${CURRENT_TARGET}
               PRIVATE
    core.cpp
)

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