mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-27 13:53:18 +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 ===================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue