diff --git a/examples/ToyPathTracer/Windows/TestCpu.vcxproj b/examples/ToyPathTracer/Windows/TestCpu.vcxproj index 9f2aa26e..672dae37 100644 --- a/examples/ToyPathTracer/Windows/TestCpu.vcxproj +++ b/examples/ToyPathTracer/Windows/TestCpu.vcxproj @@ -103,7 +103,7 @@ Level3 Disabled true - _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + TRACY_ENABLE;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) true VectorCall Fast @@ -142,7 +142,7 @@ MaxSpeed true true - NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + TRACY_ENABLE;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) true false MultiThreaded @@ -159,6 +159,7 @@ + diff --git a/examples/ToyPathTracer/Windows/TestCpu.vcxproj.filters b/examples/ToyPathTracer/Windows/TestCpu.vcxproj.filters index bcf284f1..a0806d4a 100644 --- a/examples/ToyPathTracer/Windows/TestCpu.vcxproj.filters +++ b/examples/ToyPathTracer/Windows/TestCpu.vcxproj.filters @@ -14,6 +14,7 @@ Source +