mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-04 10:43:19 +00:00
Move all UI code into new 'ui' directory
This commit is contained in:
parent
00d9cbe7ef
commit
0046cb9bbb
21 changed files with 94 additions and 93 deletions
|
@ -9,7 +9,7 @@ set(CMAKE_BUILD_RPATH_USE_ORIGIN ON)
|
|||
add_executable(mirai
|
||||
src/main.cpp
|
||||
src/app_logic.cpp
|
||||
src/shared/Utils.cpp
|
||||
src/ui/utils.cpp
|
||||
)
|
||||
|
||||
# configure dependency: evalyte-cpp-common
|
||||
|
@ -38,7 +38,7 @@ add_subdirectory(external/slint)
|
|||
set_property(TARGET mirai PROPERTY SLINT_EMBED_RESOURCES embed-files)
|
||||
target_link_libraries(mirai PRIVATE Slint::Slint)
|
||||
slint_target_sources(
|
||||
mirai src/ui.slint
|
||||
mirai src/ui/ui.slint
|
||||
NAMESPACE ui
|
||||
LIBRARY_PATHS selenite=${CMAKE_CURRENT_SOURCE_DIR}/external/selenite/components/index.slint
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue