diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:10:33 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-10 22:10:33 +0000 |
| commit | facd7d859282470a7736955ec8828fc1685bdf48 (patch) | |
| tree | a0e5f01fefd7f5935bf1e98ed26b6bdd253b29e5 /Graphics/GraphicsTools | |
| parent | Fixed bug in cmake (diff) | |
| download | DiligentCore-facd7d859282470a7736955ec8828fc1685bdf48.tar.gz DiligentCore-facd7d859282470a7736955ec8828fc1685bdf48.zip | |
Few more updates to cmakelists
Diffstat (limited to 'Graphics/GraphicsTools')
| -rw-r--r-- | Graphics/GraphicsTools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsTools/CMakeLists.txt b/Graphics/GraphicsTools/CMakeLists.txt index cbfcea27..ae856796 100644 --- a/Graphics/GraphicsTools/CMakeLists.txt +++ b/Graphics/GraphicsTools/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.3) -project(GraphicsTools) +project(GraphicsTools CXX) set(INCLUDE include/BasicShaderSourceStreamFactory.h |
