From ac83733b590f3c0750bea1de3556ceb24fa0a4b1 Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Mon, 25 Nov 2019 21:10:50 -0800 Subject: Using PCH to clean up includes --- Test/RandomTests.cpp | 1 + Test/Temp.cpp | 1 + Test/Test.vcxproj | 8 ++++---- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Test') diff --git a/Test/RandomTests.cpp b/Test/RandomTests.cpp index 20a86e5..7730a4f 100644 --- a/Test/RandomTests.cpp +++ b/Test/RandomTests.cpp @@ -1,3 +1,4 @@ +#include "pch.h" #include "gtest/gtest.h" #include "Random.h" diff --git a/Test/Temp.cpp b/Test/Temp.cpp index 3b31539..bf6a09a 100644 --- a/Test/Temp.cpp +++ b/Test/Temp.cpp @@ -1,3 +1,4 @@ +#include "pch.h" #include "gtest/gtest.h" #include "Randomizer.h" #include diff --git a/Test/Test.vcxproj b/Test/Test.vcxproj index 857cdd4..4d00c77 100644 --- a/Test/Test.vcxproj +++ b/Test/Test.vcxproj @@ -51,7 +51,7 @@ - NotUsing + Create pch.h Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -72,7 +72,7 @@ - NotUsing + Create pch.h Disabled X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) @@ -93,7 +93,7 @@ - NotUsing + Create pch.h WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded @@ -114,7 +114,7 @@ - NotUsing + Create pch.h X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) MultiThreaded -- cgit 1.4.1