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