From ac5ba64bd9afd46d85897ac77c44bbd4df0ed0da Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 14 Dec 2017 08:47:24 -0800 Subject: CMake: replaced FXC command line with VS_SHADER_* properties --- Graphics/GraphicsEngineD3D11/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3D11') diff --git a/Graphics/GraphicsEngineD3D11/CMakeLists.txt b/Graphics/GraphicsEngineD3D11/CMakeLists.txt index 4ff8b6b3..e4a4eac7 100644 --- a/Graphics/GraphicsEngineD3D11/CMakeLists.txt +++ b/Graphics/GraphicsEngineD3D11/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(GraphicsEngineD3D11 CXX) -- cgit v1.2.3