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/GraphicsEngine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngine') diff --git a/Graphics/GraphicsEngine/CMakeLists.txt b/Graphics/GraphicsEngine/CMakeLists.txt index afa44fb2..377a625d 100644 --- a/Graphics/GraphicsEngine/CMakeLists.txt +++ b/Graphics/GraphicsEngine/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(GraphicsEngine CXX) -- cgit v1.2.3