From abaa0e8f6e478557fb830ebd695ec5db40ea10a9 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Thu, 25 Jul 2019 18:29:59 +0200 Subject: [PATCH] Explicitly link with required libraries. This fixed clang-cl build. --- profiler/build/win32/Tracy.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiler/build/win32/Tracy.vcxproj b/profiler/build/win32/Tracy.vcxproj index 49004603..0a9b01ff 100644 --- a/profiler/build/win32/Tracy.vcxproj +++ b/profiler/build/win32/Tracy.vcxproj @@ -67,7 +67,7 @@ Fast - ws2_32.lib;opengl32.lib;%(AdditionalDependencies) + ws2_32.lib;opengl32.lib;freetype.lib;glfw3.lib;libpng16.lib;zlib.lib;bz2.lib;%(AdditionalDependencies) Windows @@ -93,7 +93,7 @@ true true - ws2_32.lib;opengl32.lib;%(AdditionalDependencies) + ws2_32.lib;opengl32.lib;freetype.lib;glfw3.lib;libpng16.lib;zlib.lib;bz2.lib;%(AdditionalDependencies) Windows