summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiligentGraphics <egor.yusov@gmail.com>2018-11-01 03:50:18 +0000
committerGitHub <noreply@github.com>2018-11-01 03:50:18 +0000
commitca72d7905225becd23cb1e0eb88b8fd66e008f56 (patch)
treed36ebb20cf39a06e40bbad6124b0988eaa33dfae
parentUpdated Core & Samples; updated readme (added minimal cmake example - fixed h... (diff)
downloadDiligentEngine-ca72d7905225becd23cb1e0eb88b8fd66e008f56.tar.gz
DiligentEngine-ca72d7905225becd23cb1e0eb88b8fd66e008f56.zip
Fixed readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index dbeae5d..2270669 100644
--- a/README.md
+++ b/README.md
@@ -214,9 +214,11 @@ you will need to set the appropriate development team in the project settings.
If your project uses CMake, adding Diligent Engine requires just few line of code.
Suppose that the directory structure looks like this:
+```
|
+-DiligentCore
+-HelloDiligent.cpp
+```
Then what needs to be done is to call `add_subdirectory(DiligentCore)`,
add *DiligentCore* to the list of include directories, and add dependencies on the