From 26313b093c3ac13ef0f2ddabc9d46c370ad07675 Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Fri, 3 Apr 2020 01:31:44 +1000 Subject: [PATCH] dep: Add googletest --- dep/CMakeLists.txt | 1 + dep/googletest/googletest.vcxproj | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index bce51a33d..116eb9e08 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -1,5 +1,6 @@ add_subdirectory(cubeb) add_subdirectory(glad) +add_subdirectory(googletest) add_subdirectory(imgui) add_subdirectory(libcue) add_subdirectory(simpleini) diff --git a/dep/googletest/googletest.vcxproj b/dep/googletest/googletest.vcxproj index c31689943..c435d18db 100644 --- a/dep/googletest/googletest.vcxproj +++ b/dep/googletest/googletest.vcxproj @@ -95,6 +95,7 @@ v142 true NotSet + false StaticLibrary @@ -102,6 +103,7 @@ v142 true NotSet + false StaticLibrary @@ -109,6 +111,7 @@ v142 true NotSet + false StaticLibrary @@ -116,6 +119,7 @@ v142 true NotSet + false