summaryrefslogtreecommitdiffstats
path: root/unityplugin
diff options
context:
space:
mode:
Diffstat (limited to 'unityplugin')
-rw-r--r--unityplugin/GhostCubeScene/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
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"
)