From 5c919d2abff6ccb9d36a1026c32ffd884f677654 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 27 Jan 2018 18:34:14 -0800 Subject: Fixed UWP deployment location for Unity emulator --- unityplugin/GhostCubeScene/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unityplugin/GhostCubeScene') diff --git a/unityplugin/GhostCubeScene/CMakeLists.txt b/unityplugin/GhostCubeScene/CMakeLists.txt index 6ff47b3..4372595 100644 --- a/unityplugin/GhostCubeScene/CMakeLists.txt +++ b/unityplugin/GhostCubeScene/CMakeLists.txt @@ -50,11 +50,11 @@ if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) set_source_files_properties(${PLUGIN_DLLS} PROPERTIES GENERATED TRUE) set_source_files_properties(${PLUGIN_DBG_DLL} PROPERTIES VS_DEPLOYMENT_CONTENT $ - VS_DEPLOYMENT_LOCATION "assets" + VS_DEPLOYMENT_LOCATION "." ) set_source_files_properties(${PLUGIN_REL_DLL} PROPERTIES VS_DEPLOYMENT_CONTENT $> - VS_DEPLOYMENT_LOCATION "assets" + VS_DEPLOYMENT_LOCATION "." ) add_custom_command(TARGET GhostCubeScene PRE_BUILD @@ -68,7 +68,7 @@ if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) set_source_files_properties(${SHADERS} PROPERTIES VS_DEPLOYMENT_CONTENT 1 - VS_DEPLOYMENT_LOCATION "assets/shaders" + VS_DEPLOYMENT_LOCATION "shaders" ) endif() -- cgit v1.2.3