From 6ba4e6c4dc2e40543fc8c0ab71116d9856a0092b Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 1 Dec 2022 22:03:37 -0500 Subject: Enable multithread build in premake (#2545) --- build/visual-studio/render-test-tool/render-test-tool.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build/visual-studio/render-test-tool') diff --git a/build/visual-studio/render-test-tool/render-test-tool.vcxproj b/build/visual-studio/render-test-tool/render-test-tool.vcxproj index 0a5c16efb..b1c5f553f 100644 --- a/build/visual-studio/render-test-tool/render-test-tool.vcxproj +++ b/build/visual-studio/render-test-tool/render-test-tool.vcxproj @@ -168,7 +168,9 @@ ..\..\..;..\..\..\external;..\..\..\source;..\..\..\tools\gfx;..\..\..\tools\platform;%(AdditionalIncludeDirectories) ProgramDatabase Disabled + false MultiThreadedDebug + true Windows @@ -187,7 +189,9 @@ ..\..\..;..\..\..\external;..\..\..\source;..\..\..\tools\gfx;..\..\..\tools\platform;%(AdditionalIncludeDirectories) ProgramDatabase Disabled + false MultiThreadedDebug + true Windows @@ -206,7 +210,9 @@ ..\..\..;..\..\..\external;..\..\..\source;..\..\..\tools\gfx;..\..\..\tools\platform;%(AdditionalIncludeDirectories) ProgramDatabase Disabled + false MultiThreadedDebug + true Windows @@ -229,6 +235,7 @@ false true MultiThreaded + true Windows @@ -252,6 +259,7 @@ false true MultiThreaded + true Windows @@ -275,6 +283,7 @@ false true MultiThreaded + true Windows -- cgit v1.2.3