externals: Add fmt as a submodule

This commit is contained in:
Lioncash 2016-08-25 17:21:19 -04:00 committed by MerryMage
parent ed3a686d1d
commit ee4b30eee4
5 changed files with 18 additions and 0 deletions

6
externals/CMakeLists.txt vendored Normal file
View 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

@ -0,0 +1 @@
Subproject commit 2ae6bca488795929a0207d109e135751f10c53d9