mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 09:54:54 +00:00
added fmt library
This commit is contained in:
parent
222d0204db
commit
f998469730
5 changed files with 12 additions and 2 deletions
4
third-party/CMakeLists.txt
vendored
4
third-party/CMakeLists.txt
vendored
|
@ -1,4 +1,6 @@
|
|||
|
||||
#====================FMT ====================
|
||||
set(fmt_DIR ${CMAKE_CURRENT_SOURCE_DIR}/fmt)
|
||||
add_subdirectory(${fmt_DIR})
|
||||
|
||||
#=================== SDL3 ===================
|
||||
|
||||
|
|
1
third-party/fmt
vendored
Submodule
1
third-party/fmt
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f8c9fabd948e4b3caea30d3c281018b0308491bf
|
Loading…
Add table
Add a link
Reference in a new issue