diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-21 15:50:24 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-21 15:50:24 +0000 |
| commit | 481b6bd53371c93051358b22cb2dfd00dedb7f09 (patch) | |
| tree | 13a35f98bc7b541fb4635de5f7c0d2c4d24ac0e7 | |
| parent | Updated readme: added new CMake options (diff) | |
| download | DiligentEngine-481b6bd53371c93051358b22cb2dfd00dedb7f09.tar.gz DiligentEngine-481b6bd53371c93051358b22cb2dfd00dedb7f09.zip | |
Updated submodules (renamed INSTALL_DILIGENT_* cmake options to ILIGENT_INSTALL_*)
| m--------- | DiligentCore | 0 | ||||
| m--------- | DiligentFX | 0 | ||||
| m--------- | DiligentSamples | 0 | ||||
| m--------- | DiligentTools | 0 | ||||
| -rw-r--r-- | README.md | 2 |
5 files changed, 1 insertions, 1 deletions
diff --git a/DiligentCore b/DiligentCore -Subproject a28c8810a2a65cb15dafb4c95c770b15801aa46 +Subproject 8f78f031df9aed3db619ee8e26d9d642504801d diff --git a/DiligentFX b/DiligentFX -Subproject 5953e39e60facb1ece91bcb4498ae4f2b558665 +Subproject 3ee0f2dbe91aecf23ada9cba6ed4f3a7307c820 diff --git a/DiligentSamples b/DiligentSamples -Subproject b0dbd141588c32668a0e20f3263ae43150e4c70 +Subproject 72bd871402c285acbbc043b005a3ffd16c5bdc3 diff --git a/DiligentTools b/DiligentTools -Subproject 0e93ca0ef04be1cd50a23288acb6d236c6a0b1f +Subproject 9c34b5afdb8d6356c759342a9051eb45fb30e0f @@ -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. |
