summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:05:05 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-13 01:05:05 +0000
commit07a52d9d52c82bc8dfc2bf402651412d3f91e0ee (patch)
treedfe0c125e865f677a68c52b16fd9e2f0913de836
parentAdded cmake command to copy GhostCubePlugin to Unity plugin folder (diff)
downloadDiligentEngine-07a52d9d52c82bc8dfc2bf402651412d3f91e0ee.tar.gz
DiligentEngine-07a52d9d52c82bc8dfc2bf402651412d3f91e0ee.zip
Updated cmake files
m---------DiligentCore0
m---------DiligentSamples0
m---------DiligentTools0
-rw-r--r--README.md3
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
diff --git a/README.md b/README.md
index f89eb43..a60c37e 100644
--- a/README.md
+++ b/README.md
@@ -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.