diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 16:47:24 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 16:47:24 +0000 |
| commit | ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da (patch) | |
| tree | 279bf206466cccf49754060a35f3a50a0d7f98a9 /Graphics/GraphicsTools | |
| parent | Disabled incremental link on UWP to fix linker warning (diff) | |
| download | DiligentCore-ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da.tar.gz DiligentCore-ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da.zip | |
CMake: replaced FXC command line with VS_SHADER_* properties
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 d19498b9..17919956 100644 --- a/Graphics/GraphicsTools/CMakeLists.txt +++ b/Graphics/GraphicsTools/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(GraphicsTools CXX) |
