diff options
| author | Yong He <yonghe@outlook.com> | 2021-01-17 22:00:49 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 22:00:49 -0800 |
| commit | 1296c7bb55b14db24308f31cacdda7f7a71fc937 (patch) | |
| tree | 935ebf1e829361a17f98f5ead3460998719acf42 /build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters | |
| parent | 2a5d5b32348c33aac7ca62aa9a4c2bb7cff8e08a (diff) | |
Make `gfx` compile to a DLL. (#1660)
* Make `gfx` compile to a DLL.
* Fix cuda
* Fix cuda build
* Bug gl screen capture bug.
Diffstat (limited to 'build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters')
| -rw-r--r-- | build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters b/build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters index 1c0d82cdd..5223edb08 100644 --- a/build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters +++ b/build/visual-studio/render-test-tool/render-test-tool.vcxproj.filters @@ -30,6 +30,9 @@ <ClInclude Include="..\..\..\tools\render-test\slang-support.h"> <Filter>Header Files</Filter> </ClInclude> + <ClInclude Include="..\..\..\tools\render-test\surface.h"> + <Filter>Header Files</Filter> + </ClInclude> <ClInclude Include="..\..\..\tools\render-test\window.h"> <Filter>Header Files</Filter> </ClInclude> @@ -59,6 +62,9 @@ <ClCompile Include="..\..\..\tools\render-test\slang-support.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\..\..\tools\render-test\surface.cpp"> + <Filter>Source Files</Filter> + </ClCompile> <ClCompile Include="..\..\..\tools\render-test\window.cpp"> <Filter>Source Files</Filter> </ClCompile> |
