diff options
| author | DiligentGraphics <egor.yusov@gmail.com> | 2018-11-01 03:50:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-01 03:50:18 +0000 |
| commit | ca72d7905225becd23cb1e0eb88b8fd66e008f56 (patch) | |
| tree | d36ebb20cf39a06e40bbad6124b0988eaa33dfae | |
| parent | Updated Core & Samples; updated readme (added minimal cmake example - fixed h... (diff) | |
| download | DiligentEngine-ca72d7905225becd23cb1e0eb88b8fd66e008f56.tar.gz DiligentEngine-ca72d7905225becd23cb1e0eb88b8fd66e008f56.zip | |
Fixed readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
