summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2022-04-26 12:38:56 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2022-04-26 16:32:29 -0700
commit44951a4cbc064a0a5f7761909829d92d9b0101e5 (patch)
treee34f8cd6a403a7b1ff868365974c1d8f99fd3798 /Source/Core
parent16c90329f3a9f84c4e8859d08f78541fe7b57c0f (diff)
use fmt as static library instead of headers
reportedly improves compile time
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/WinUpdater/WinUpdater.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Core/WinUpdater/WinUpdater.vcxproj b/Source/Core/WinUpdater/WinUpdater.vcxproj
index b550b5f107..fd64846a2f 100644
--- a/Source/Core/WinUpdater/WinUpdater.vcxproj
+++ b/Source/Core/WinUpdater/WinUpdater.vcxproj
@@ -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>