From 8f945015c913842bc3d4c24fa80fcd8d16bb032f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 14 Dec 2017 09:15:24 -0800 Subject: Replaced FXC command with VS_SHADER_* properties. No need to specify FXC when generating VS solution anymore --- unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt | 2 +- unityplugin/GhostCubeScene/CMakeLists.txt | 2 +- unityplugin/UnityEmulator/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'unityplugin') diff --git a/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt b/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt index 3430357..4ead45b 100644 --- a/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt +++ b/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(GhostCubePlugin CXX) diff --git a/unityplugin/GhostCubeScene/CMakeLists.txt b/unityplugin/GhostCubeScene/CMakeLists.txt index b78fb54..81d263a 100644 --- a/unityplugin/GhostCubeScene/CMakeLists.txt +++ b/unityplugin/GhostCubeScene/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(GhostCubeScene CXX) diff --git a/unityplugin/UnityEmulator/CMakeLists.txt b/unityplugin/UnityEmulator/CMakeLists.txt index 21b59a9..f44d0bf 100644 --- a/unityplugin/UnityEmulator/CMakeLists.txt +++ b/unityplugin/UnityEmulator/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.8) +cmake_minimum_required (VERSION 3.10) project(UnityEmulator CXX) -- cgit v1.2.3