File tree 5 files changed +5
-7
lines changed 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.16)
2
2
3
- # remove MinSizeRel otherwise CMP0111 breaks everything
4
- set (CMAKE_CONFIGURATION_TYPES "Debug;Release;RelWithDebInfo" CACHE STRING "" FORCE)
5
-
6
3
project (organizer)
7
4
8
5
add_subdirectory (src)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ find_package(mo2-githubpp CONFIG REQUIRED)
11
11
find_package (mo2-bsatk CONFIG REQUIRED)
12
12
find_package (mo2-esptk CONFIG REQUIRED)
13
13
find_package (mo2-dds-header CONFIG REQUIRED)
14
+ find_package (mo2-libbsarch CONFIG REQUIRED)
14
15
15
16
find_package (Qt6 REQUIRED COMPONENTS WebEngineWidgets WebSockets)
16
17
find_package (Boost CONFIG REQUIRED COMPONENTS program_options thread interprocess signals2 uuid accumulators)
@@ -23,7 +24,7 @@ set_target_properties(organizer PROPERTIES OUTPUT_NAME "ModOrganizer")
23
24
mo2_configure_executable(organizer WARNINGS OFF )
24
25
target_link_libraries (organizer PRIVATE
25
26
Shlwapi Bcrypt
26
- usvfs::usvfs mo2::uibase mo2::archive mo2::githubpp
27
+ usvfs::usvfs mo2::uibase mo2::archive mo2::githubpp mo2::libbsarch
27
28
mo2::bsatk mo2::esptk mo2::lootcli-header
28
29
Boost::program_options Boost::signals2 Boost::uuid Boost::accumulators
29
30
Qt6::WebEngineWidgets Qt6::WebSockets)
Original file line number Diff line number Diff line change 71
71
#include < tuple>
72
72
#include < utility>
73
73
74
- #include " bs_archive.h"
74
+ #include < libbsarch/ bs_archive.h>
75
75
76
76
#include " organizerproxy.h"
77
77
Original file line number Diff line number Diff line change 15
15
"kind" : " git" ,
16
16
"repository" : " https://github.com/ModOrganizer2/vcpkg-registry" ,
17
17
"baseline" : " a07812dd075d7ce5586e5cc9052050f229e6ecb0" ,
18
- "packages" : [" mo2-cmake " , " mo2-dds-header " ]
18
+ "packages" : [" mo2-* " ]
19
19
}
20
20
]
21
21
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : [
3
3
" mo2-cmake" ,
4
- " mo2-dds-header " ,
4
+ " mo2-libbsarch " ,
5
5
" boost-accumulators" ,
6
6
" boost-assign" ,
7
7
" boost-date-time" ,
You can’t perform that action at this time.
0 commit comments