updated fmt

This commit is contained in:
georgemoralis 2024-04-13 10:26:24 +03:00
parent 5ed4891a1f
commit 1d988dfcfd
5 changed files with 7 additions and 9 deletions

8
.gitmodules vendored
View file

@ -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

View file

@ -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

@ -0,0 +1 @@
Subproject commit aa52eb765dec0eb67fab4b035a4a05b82346c8f5

View file

@ -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 +0,0 @@
Subproject commit 8e42eef4950feb5d2b76574a9cd2591dfaae2449