diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 17:15:24 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-14 17:15:24 +0000 |
| commit | 8f945015c913842bc3d4c24fa80fcd8d16bb032f (patch) | |
| tree | fb306a23148f9f83a7217bb1a6cb1f782edd916a /unityplugin | |
| parent | Fixed angle brackets in readme (diff) | |
| download | DiligentEngine-8f945015c913842bc3d4c24fa80fcd8d16bb032f.tar.gz DiligentEngine-8f945015c913842bc3d4c24fa80fcd8d16bb032f.zip | |
Replaced FXC command with VS_SHADER_* properties. No need to specify FXC when generating VS solution anymore
Diffstat (limited to 'unityplugin')
| -rw-r--r-- | unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | unityplugin/GhostCubeScene/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | unityplugin/UnityEmulator/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
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) |
