diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:05:05 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-13 01:05:05 +0000 |
| commit | 07a52d9d52c82bc8dfc2bf402651412d3f91e0ee (patch) | |
| tree | dfe0c125e865f677a68c52b16fd9e2f0913de836 | |
| parent | Added cmake command to copy GhostCubePlugin to Unity plugin folder (diff) | |
| download | DiligentEngine-07a52d9d52c82bc8dfc2bf402651412d3f91e0ee.tar.gz DiligentEngine-07a52d9d52c82bc8dfc2bf402651412d3f91e0ee.zip | |
Updated cmake files
| m--------- | DiligentCore | 0 | ||||
| m--------- | DiligentSamples | 0 | ||||
| m--------- | DiligentTools | 0 | ||||
| -rw-r--r-- | README.md | 3 |
4 files changed, 3 insertions, 0 deletions
diff --git a/DiligentCore b/DiligentCore -Subproject 9742e365bf8b9d2ced2d547e39c47ab4b05b511 +Subproject 1d9850102097a32fc5fb9fce7b5435f376b1225 diff --git a/DiligentSamples b/DiligentSamples -Subproject d14ec0789810d1337b854fc1c9f9493c68a02e5 +Subproject f88a1e971ef5afaada57838ffd239dd9be9d6da diff --git a/DiligentTools b/DiligentTools -Subproject 670d5a60b495c64a8a00d2521e2388eb5a892e0 +Subproject 51a3a219cdb7c4444d25dd4ae65aa16d3f5631f @@ -88,6 +88,9 @@ solution and project files in cmk_build folder, navigate to the engine's root fo cmake -D FXC="C:/Program Files (x86)/Windows Kits/10/bin/x86/fxc.exe" -H. -B./cmk_build -G "Visual Studio 15 2017 Win64" +**WARNING** In current implementation, full path to cmake build folder **must not contain white spaces**. (If anybody knows a way +to add quotes to CMake's custom commands, please let me know!) + Open DiligentEngine.sln file in cmk_build folder, select the desired configuration and build the engine. By default, Asteroids demo will be set up as startup project. |
