use fmt as static library instead of headers

reportedly improves compile time
This commit is contained in:
Shawn Hoffman
2022-04-26 12:38:56 -07:00
parent 16c90329f3
commit 44951a4cbc
6 changed files with 60 additions and 1 deletions

View File

@ -36,6 +36,9 @@
<ProjectReference Include="$(ExternalsDir)ed25519\ed25519.vcxproj">
<Project>{5bdf4b91-1491-4fb0-bc27-78e9a8e97dc3}</Project>
</ProjectReference>
<ProjectReference Include="$(ExternalsDir)fmt\fmt.vcxproj">
<Project>{4BC5A148-0AB3-440F-A980-A29B4B999190}</Project>
</ProjectReference>
<ProjectReference Include="$(ExternalsDir)mbedtls\mbedTLS.vcxproj">
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
</ProjectReference>