Skip to content

Commit

Permalink
Update to latest registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 11, 2024
1 parent 897ef44 commit f4abf86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,16 @@ find_package(ZLIB REQUIRED)

add_executable(organizer)
set_target_properties(organizer PROPERTIES OUTPUT_NAME "ModOrganizer")
mo2_configure_executable(organizer WARNINGS OFF)
mo2_configure_target(organizer WARNINGS OFF)
mo2_set_project_to_run_from_install(
organizer EXECUTABLE ${CMAKE_INSTALL_PREFIX}/bin/ModOrganizer.exe)

target_link_libraries(organizer PRIVATE
Shlwapi Bcrypt
usvfs::usvfs mo2::uibase mo2::archive mo2::githubpp mo2::libbsarch
mo2::bsatk mo2::esptk mo2::lootcli-header
Boost::program_options Boost::signals2 Boost::uuid Boost::accumulators
Qt6::WebEngineWidgets Qt6::WebSockets)
mo2_install_target(organizer)
Qt6::WebEngineWidgets Qt6::WebSockets Version Dbghelp)

install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/dlls.manifest.qt6"
DESTINATION bin/dlls
Expand All @@ -47,6 +49,9 @@ install(DIRECTORY
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/resources/markdown.html"
DESTINATION bin/resources)

install(FILES $<TARGET_FILE:organizer> DESTINATION bin)
install(FILES $<TARGET_FILE:mo2::libbsarch> DESTINATION bin/dlls)

mo2_deploy_qt(BINARIES ModOrganizer.exe uibase.dll)

mo2_add_filter(NAME src/application GROUPS
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "a07812dd075d7ce5586e5cc9052050f229e6ecb0",
"baseline": "3708a2a58c889b0e9bd104f5c56a19c64217dc3d",
"packages": ["mo2-*"]
}
]
Expand Down

0 comments on commit f4abf86

Please sign in to comment.