diff --git a/openrct2.proj b/openrct2.proj index 8917009a18..a10de00194 100644 --- a/openrct2.proj +++ b/openrct2.proj @@ -65,6 +65,8 @@ https://github.com/OpenRCT2/Dependencies/releases/download/v$(TargetLibsVersion)/openrct2-libs-vs2015.zip $(RootDir)lib\ $(LibsPath)libversion + 1.8.0 + https://github.com/google/googletest/archive/release-$(GtestVersion).zip @@ -122,6 +124,7 @@ $(LibsPath)openrct2-libs-vs2015.zip + $(LibsPath)gtest.zip @@ -129,10 +132,18 @@ + + + + + + + + diff --git a/test/tests/tests.vcxproj b/test/tests/tests.vcxproj index 683615e359..3e42ab8e4a 100644 --- a/test/tests/tests.vcxproj +++ b/test/tests/tests.vcxproj @@ -2,6 +2,7 @@ ..\..\ + $(SolutionDir)lib\googletest\googletest @@ -32,7 +33,7 @@ $(SolutionDir)bin\tests\ - $(GTestDir)\googletest;$(GTestDir)\googletest\include;$(SolutionDir)src;$(IncludePath) + $(GtestDir);$(GtestDir)\include;$(SolutionDir)src;$(IncludePath) $(SolutionDir)bin;$(LibraryPath) @@ -48,7 +49,7 @@ - +