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/GraphicsEngineD3DBase/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') 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) -- cgit v1.2.3