From 494d197788720a6aef04567ec4eb5057d7ec2462 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 14 Dec 2017 22:55:41 -0800 Subject: Fixed content flag in GhostCubeScene UWP build --- unityplugin/GhostCubeScene/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unityplugin') diff --git a/unityplugin/GhostCubeScene/CMakeLists.txt b/unityplugin/GhostCubeScene/CMakeLists.txt index f51cc2e..2ce1adf 100644 --- a/unityplugin/GhostCubeScene/CMakeLists.txt +++ b/unityplugin/GhostCubeScene/CMakeLists.txt @@ -63,9 +63,9 @@ if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS) target_sources(GhostCubeScene PRIVATE ${PLUGIN_DLLS}) source_group("assets" FILES ${PLUGIN_DLLS}) - + set_source_files_properties(${SHADERS} PROPERTIES - VS_DEPLOYMENT_CONTENT TRUE + VS_DEPLOYMENT_CONTENT 1 VS_DEPLOYMENT_LOCATION "assets/shaders" ) -- cgit v1.2.3