From 481b6bd53371c93051358b22cb2dfd00dedb7f09 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 21 Nov 2019 07:50:24 -0800 Subject: Updated submodules (renamed INSTALL_DILIGENT_* cmake options to ILIGENT_INSTALL_*) --- DiligentCore | 2 +- DiligentFX | 2 +- DiligentSamples | 2 +- DiligentTools | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DiligentCore b/DiligentCore index a28c881..8f78f03 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit a28c8810a2a65cb15dafb4c95c770b15801aa467 +Subproject commit 8f78f031df9aed3db619ee8e26d9d642504801dd diff --git a/DiligentFX b/DiligentFX index 5953e39..3ee0f2d 160000 --- a/DiligentFX +++ b/DiligentFX @@ -1 +1 @@ -Subproject commit 5953e39e60facb1ece91bcb4498ae4f2b558665c +Subproject commit 3ee0f2dbe91aecf23ada9cba6ed4f3a7307c8202 diff --git a/DiligentSamples b/DiligentSamples index b0dbd14..72bd871 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit b0dbd141588c32668a0e20f3263ae43150e4c706 +Subproject commit 72bd871402c285acbbc043b005a3ffd16c5bdc35 diff --git a/DiligentTools b/DiligentTools index 0e93ca0..9c34b5a 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit 0e93ca0ef04be1cd50a23288acb6d236c6a0b1f3 +Subproject commit 9c34b5afdb8d6356c759342a9051eb45fb30e0f0 diff --git a/README.md b/README.md index 8d138b2..0c76f18 100644 --- a/README.md +++ b/README.md @@ -453,7 +453,7 @@ Diligent Engine headers require one of the following platform macros to be defin `PLATFORM_WIN32`, `PLATFORM_UNIVERSAL_WINDOWS`, `PLATFORM_ANDROID`, `PLATFORM_LINUX`, `PLATFORM_MACOS`, `PLATFORM_IOS`. You can control which components of the engine you want to install using the following CMake options: -`INSTALL_DILIGENT_CORE`, `INSTALL_DILIGENT_FX`, `INSTALL_DILIGENT_SAMPLES`, and `INSTALL_DILIGENT_TOOLS`. +`DILIGENT_INSTALL_CORE`, `DILIGENT_INSTALL_FX`, `DILIGENT_INSTALL_SAMPLES`, and `DILIGENT_INSTALL_TOOLS`. Another way to intergrate the engine is to generate build files (such as Visual Studio projects) and add them to your build system. Build customization described below can help tweak the settings for your specific needs. -- cgit v1.2.3