mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-05 22:18:16 +01:00
externals: Add fmt as a submodule
This commit is contained in:
parent
ed3a686d1d
commit
ee4b30eee4
5 changed files with 18 additions and 0 deletions
6
externals/CMakeLists.txt
vendored
Normal file
6
externals/CMakeLists.txt
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# For libraries that already come with a CMakeLists file,
|
||||
# simply add the directory to that file as a subdirectory
|
||||
# to have CMake automatically recognize them.
|
||||
|
||||
# fmtlib formatting library
|
||||
add_subdirectory(fmt)
|
||||
1
externals/fmt
vendored
Submodule
1
externals/fmt
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2ae6bca488795929a0207d109e135751f10c53d9
|
||||
Loading…
Add table
Add a link
Reference in a new issue