File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 22.vs /
33cmake-build-debug /
44out /
5- CMakeSettings.json
65* .exe.stackdump
76* .exe
87
Original file line number Diff line number Diff line change @@ -69,12 +69,6 @@ link_directories(
6969 "$ENV{DXSDK_DIR} /Utilities/bin/x86"
7070)
7171
72- if (CYGWIN )
73- message ("Build toolchain: Cygwin" )
74- # TODO: add folder with dx 10 libs
75- # TODO: add folder with DxErr library
76- endif ()
77-
7872
7973if (RENDER_SYSTEM_DIRECTX_12 STREQUAL "ON" )
8074 set (RENDER_SYSTEM_SOURCES ${RENDER_SYSTEM_SOURCES}
Original file line number Diff line number Diff line change 1+ {
2+ "configurations" : [
3+ {
4+ "name" : " x86-Debug" ,
5+ "generator" : " Ninja" ,
6+ "configurationType" : " Debug" ,
7+ "buildRoot" : " ${projectDir}\\ out\\ build\\ ${name}" ,
8+ "installRoot" : " ${projectDir}\\ out\\ install\\ ${name}" ,
9+ "cmakeCommandArgs" : " -DRENDER_SYSTEM_TESTS=ON" ,
10+ "buildCommandArgs" : " " ,
11+ "ctestCommandArgs" : " " ,
12+ "inheritEnvironments" : [ " msvc_x86" ],
13+ "variables" : []
14+ }
15+ ]
16+ }
You can’t perform that action at this time.
0 commit comments