mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-26 18:03:17 +08:00
refactor(ui): update Slint UI paths and update CMakeList.txt accordingly
This commit is contained in:
@@ -32,7 +32,7 @@ target_link_libraries(uno-game-lib
|
||||
)
|
||||
target_link_libraries(uno-game-lib PUBLIC Slint::Slint)
|
||||
|
||||
slint_target_sources(uno-game-lib src/ui/MainWindow.slint)
|
||||
slint_target_sources(uno-game-lib ui/MainWindow.slint)
|
||||
|
||||
add_executable(uno-client src/client/main.cpp)
|
||||
target_link_libraries(uno-client
|
||||
|
||||
Reference in New Issue
Block a user