Skip to content

Commit

Permalink
Add uibase dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Exit-9B committed Nov 27, 2023
1 parent a434951 commit 73d28bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ModOrganizer2/build-with-mob-action@master
with:
mo2-third-parties: fmt libbsarch
mo2-dependencies: cmake_common
mo2-dependencies: cmake_common uibase
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ add_library(preview_nif SHARED)
mo2_configure_plugin(
preview_nif
WARNINGS OFF
PRIVATE_DEPENDS Qt::OpenGLWidgets fmt libbsarch
PRIVATE_DEPENDS Qt::OpenGLWidgets fmt libbsarch uibase
)
mo2_install_target(preview_nif)

0 comments on commit 73d28bf

Please sign in to comment.