diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-05-02 00:21:36 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-05-02 00:21:36 +0000 |
| commit | 3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583 (patch) | |
| tree | 4af83b838da27d93fbba1adaa6031f6b1cc89d4a | |
| parent | Updated tools module (updates imgui) (diff) | |
| download | DiligentEngine-3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583.tar.gz DiligentEngine-3ea1b0e4c37bb1e98fa0c4f820c72b59b0156583.zip | |
Updated tools (fixed MinGW xinput link error)
| m--------- | DiligentTools | 0 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/DiligentTools b/DiligentTools -Subproject abd2d31191b094e9acddb93911d09675dd63c96 +Subproject d6246bf6957623e9980e3442774921cbfbdf8b4 @@ -153,7 +153,7 @@ You can generate Win32 solution that targets Win8.1 SDK using the following comm cmake -D CMAKE_SYSTEM_VERSION=8.1 -S . -B ./build/Win64_8.1 -G "Visual Studio 15 2017" -A x64 ``` -If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/DiligentGraphics/DiligentEngine/issues/31)): +If you use MinGW, you can generate the make files using the command below (please be aware of some [known build issues](https://github.com/ocornut/imgui/issues/3183)): ``` cmake -S . -B ./build/MinGW -G "MinGW Makefiles" |
