add ui target

This commit is contained in:
2026-04-19 13:40:37 +02:00
parent 8b740dfe8e
commit f5a999d20a
3 changed files with 110 additions and 104 deletions

7
src/ui/CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
# UI source files are listed here as they are added.
# Append headers and sources to HDRS and SRCS in PARENT_SCOPE,
# following the same pattern used by src/lib/.
#
# When this directory has actual sources, the parent CMakeLists.txt
# must be updated to convert DotaFactory_ui from an INTERFACE library
# to a regular static library (and enable AUTOMOC on it).