From dfd5b4e77562b34273386f28648b8083cb040e88 Mon Sep 17 00:00:00 2001 From: Micha Janiszewski Date: Sun, 8 May 2022 13:20:26 -0700 Subject: [PATCH] Update MSVC project to use correct Google Test library --- openrct2.proj | 15 --------------- test/tests/tests.vcxproj | 7 ++++--- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/openrct2.proj b/openrct2.proj index 80ac265f3d..5aac1fb3a9 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -43,9 +43,6 @@ 6eb97a49ad30442fe6d08799a0561d7cf0c95d40 https://github.com/OpenRCT2/Dependencies/releases/download/v32/openrct2-libs-v32-arm64-windows-static.zip fa5f067fcfb5e76c4d4fb6f2211b422cbbe25f26 - 2fe3bd994b3189899d93f1d5a881e725e046fdc2 - https://github.com/google/googletest/archive/$(GtestVersion).zip - 058b9df80244c03f1633cb06e9f70471a29ebb8e https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.0/title-sequences.zip 4ab0065e5a4d9f9c77d94718bbdfcfcd5a389da0 https://github.com/OpenRCT2/objects/releases/download/v1.2.7/objects.zip @@ -65,18 +62,6 @@ Sha1="$(LibsSha1)" CheckFile="$(DependenciesCheckFile)" OutputDirectory="$(RootDir)lib\$(Platform)" /> - - - - - $(RootDir)lib\googletest-$(GtestVersion) - $(RootDir)lib\googletest - - diff --git a/test/tests/tests.vcxproj b/test/tests/tests.vcxproj index 3fe3fd1406..199bb4a234 100644 --- a/test/tests/tests.vcxproj +++ b/test/tests/tests.vcxproj @@ -2,7 +2,6 @@ ..\..\ - $(SolutionDir)lib\googletest\googletest @@ -41,8 +40,9 @@ $(SolutionDir)bin\ - $(GtestDir);$(GtestDir)\include;$(IncludePath) $(SolutionDir)bin;$(LibraryPath) + $(SolutionDir)lib\$(Platform)\debug\lib;$(LibraryPath) + $(SolutionDir)lib\$(Platform)\lib;$(LibraryPath) @@ -50,6 +50,8 @@ libopenrct2.lib;%(AdditionalDependencies) + gtestd.lib;%(AdditionalDependencies) + gtest.lib;%(AdditionalDependencies) Console @@ -83,7 +85,6 @@ -