Merge pull request #10616 from shuffle2/fmt-lib

msbuild: fmt static library
This commit is contained in:
Mai M
2022-04-26 23:25:58 -04:00
committed by GitHub
8 changed files with 76 additions and 16 deletions

View File

@ -55,7 +55,6 @@
<ExternalTemplatesDiagnostics>true</ExternalTemplatesDiagnostics>
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
<PreprocessorDefinitions>FMT_HEADER_ONLY=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<!--
It would be a good idea to disable _CRT_SECURE_NO_WARNINGS and get rid of e.g. C string parsing funcs
Unfortunately this also complains about FILE* APIs, which can be inconvenient to replace.