From ca72d7905225becd23cb1e0eb88b8fd66e008f56 Mon Sep 17 00:00:00 2001 From: DiligentGraphics Date: Wed, 31 Oct 2018 20:50:18 -0700 Subject: Fixed readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3