mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 11:35:45 +00:00
updated fmt
This commit is contained in:
parent
5ed4891a1f
commit
1d988dfcfd
5 changed files with 7 additions and 9 deletions
8
.gitmodules
vendored
8
.gitmodules
vendored
|
@ -1,7 +1,3 @@
|
|||
[submodule "third-party/fmt"]
|
||||
path = third-party/fmt
|
||||
url = https://github.com/fmtlib/fmt.git
|
||||
shallow = true
|
||||
[submodule "third-party/magic_enum"]
|
||||
path = third-party/magic_enum
|
||||
url = https://github.com/Neargye/magic_enum.git
|
||||
|
@ -47,4 +43,6 @@
|
|||
[submodule "externals/sdl3"]
|
||||
path = externals/sdl3
|
||||
url = https://github.com/shadps4-emu/ext-SDL.git
|
||||
|
||||
[submodule "externals/fmt"]
|
||||
path = externals/fmt
|
||||
url = https://github.com/shadps4-emu/ext-fmt.git
|
||||
|
|
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -6,6 +6,9 @@ if (MSVC)
|
|||
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
# fmtlib
|
||||
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
||||
|
||||
# Discord-RPC
|
||||
set(BUILD_EXAMPLES OFF CACHE BOOL "")
|
||||
add_subdirectory(discord-rpc EXCLUDE_FROM_ALL)
|
||||
|
|
1
externals/fmt
vendored
Submodule
1
externals/fmt
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit aa52eb765dec0eb67fab4b035a4a05b82346c8f5
|
3
third-party/CMakeLists.txt
vendored
3
third-party/CMakeLists.txt
vendored
|
@ -6,9 +6,6 @@ if (MSVC)
|
|||
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -D_SCL_SECURE_NO_WARNINGS)
|
||||
endif()
|
||||
|
||||
# fmtlib
|
||||
add_subdirectory(fmt EXCLUDE_FROM_ALL)
|
||||
|
||||
# MagicEnum
|
||||
add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
||||
|
||||
|
|
1
third-party/fmt
vendored
1
third-party/fmt
vendored
|
@ -1 +0,0 @@
|
|||
Subproject commit 8e42eef4950feb5d2b76574a9cd2591dfaae2449
|
Loading…
Add table
Reference in a new issue