externals: Add fmt subtree

Merge commit 'a9f62a15cd' as 'externals/fmt'
This commit is contained in:
MerryMage 2020-04-22 20:24:48 +01:00
commit bd1c5c28ee
162 changed files with 72229 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# A CMake script to find SetEnv.cmd.
find_program(WINSDK_SETENV NAMES SetEnv.cmd
PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SDKs\\Windows;CurrentInstallFolder]/bin")
if (WINSDK_SETENV AND PRINT_PATH)
execute_process(COMMAND ${CMAKE_COMMAND} -E echo "${WINSDK_SETENV}")
endif ()