From afe52947d057ab33af8914d712bb4bbac785446a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 3 Feb 2018 12:51:11 -0800 Subject: Enabled IOS build --- unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unityplugin/GhostCubePlugin/PluginSource') diff --git a/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt b/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt index ffd9b99..95871e8 100644 --- a/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt +++ b/unityplugin/GhostCubePlugin/PluginSource/CMakeLists.txt @@ -119,6 +119,8 @@ elseif(PLATFORM_LINUX) set(UNITY_PLUGIN_PATH ${UNITY_PLUGIN_PATH}/libGhostCubePlugin.so) elseif(PLATFORM_MACOS) set(UNITY_PLUGIN_PATH ${UNITY_PLUGIN_PATH}/MacOS/libGhostCubePlugin.so) +elseif(PLATFORM_IOS) + message(WARNING "No unity plugin path specified") else() message(FATAL_ERROR "Unsupported platform") endif() -- cgit v1.2.3