Skip to content

Commit fd8b74b

Browse files
Added DILIGENT_BUILD_WIN32_GUI_AS_CONSOLE CMake option
Build Win32 apps using the console subsystem on CI
1 parent a16bed4 commit fd8b74b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ Available CMake options are summarized in the table below:
721721
| `DILIGENT_BUILD_SAMPLES` | Yes | Build Samples module |
722722
| `DILIGENT_BUILD_SAMPLE_BASE_ONLY` | No | Build only SampleBase project and no other samples/tutorials |
723723
| `DILIGENT_BUILD_TESTS` | No | Build Unit Tests |
724+
| `DILIGENT_BUILD_WIN32_GUI_AS_CONSOLE` | No | Build Windows GUI applications using the console subsystem |
724725
| `DILIGENT_NO_GLSLANG` | No | Do not build GLSLang and SPRIV-Tools |
725726
| `DILIGENT_NO_HLSL` | No | Disable HLSL support in non-Direct3D backends |
726727
| `DILIGENT_NO_FORMAT_VALIDATION` | Yes | Disable source code formatting validation |

0 commit comments

Comments
 (0)