summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineD3DBase
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-14 16:47:24 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-14 16:47:24 +0000
commitac5ba64bd9afd46d85897ac77c44bbd4df0ed0da (patch)
tree279bf206466cccf49754060a35f3a50a0d7f98a9 /Graphics/GraphicsEngineD3DBase
parentDisabled incremental link on UWP to fix linker warning (diff)
downloadDiligentCore-ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da.tar.gz
DiligentCore-ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da.zip
CMake: replaced FXC command line with VS_SHADER_* properties
Diffstat (limited to 'Graphics/GraphicsEngineD3DBase')
-rw-r--r--Graphics/GraphicsEngineD3DBase/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
index a0e22fda..c6577c3d 100644
--- a/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
+++ b/Graphics/GraphicsEngineD3DBase/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 3.8)
+cmake_minimum_required (VERSION 3.10)
project(GraphicsEngineD3DBase CXX)