split the selection panel into one card per kind of selection

This commit is contained in:
2026-08-07 18:38:55 +02:00
parent cc0ef856e3
commit 2289277e12
60 changed files with 3014 additions and 1559 deletions

View File

@@ -78,6 +78,7 @@ unset(SRCS)
set(HDRS)
set(SRCS)
set(UI_INCLUDE_PATH)
add_subdirectory(ui)
@@ -106,6 +107,7 @@ set_target_properties(${TARGET_UI_NAME} PROPERTIES
)
target_include_directories(${TARGET_UI_NAME} PUBLIC
"${TARGET_UI_INCLUDE_DIRS}"
"${UI_INCLUDE_PATH}"
"${TARGET_LIB_INCLUDE_DIRS}"
"${LIB_INCLUDE_PATH}"
)