From 07a52d9d52c82bc8dfc2bf402651412d3f91e0ee Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 12 Dec 2017 17:05:05 -0800 Subject: Updated cmake files --- DiligentCore | 2 +- DiligentSamples | 2 +- DiligentTools | 2 +- README.md | 3 +++ 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/DiligentCore b/DiligentCore index 9742e36..1d98501 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 9742e365bf8b9d2ced2d547e39c47ab4b05b5118 +Subproject commit 1d9850102097a32fc5fb9fce7b5435f376b1225f diff --git a/DiligentSamples b/DiligentSamples index d14ec07..f88a1e9 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit d14ec0789810d1337b854fc1c9f9493c68a02e54 +Subproject commit f88a1e971ef5afaada57838ffd239dd9be9d6dad diff --git a/DiligentTools b/DiligentTools index 670d5a6..51a3a21 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit 670d5a60b495c64a8a00d2521e2388eb5a892e07 +Subproject commit 51a3a219cdb7c4444d25dd4ae65aa16d3f5631f5 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. -- cgit v1.2.3