summaryrefslogtreecommitdiffstats
path: root/unityplugin/GhostCubeScene
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-02-09 06:08:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-02-09 06:08:14 +0000
commit1a3598a88a30608f5f918397ae6ac37ef8c7ad2a (patch)
tree2dc1af3f10b2e4a909679a00452da73c2cae0e23 /unityplugin/GhostCubeScene
parentUpdated Win32 app implementation (diff)
downloadDiligentEngine-1a3598a88a30608f5f918397ae6ac37ef8c7ad2a.tar.gz
DiligentEngine-1a3598a88a30608f5f918397ae6ac37ef8c7ad2a.zip
Reworked UWP app implementation
Diffstat (limited to 'unityplugin/GhostCubeScene')
-rw-r--r--unityplugin/GhostCubeScene/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/unityplugin/GhostCubeScene/CMakeLists.txt b/unityplugin/GhostCubeScene/CMakeLists.txt
index a46e60b..7c59cad 100644
--- a/unityplugin/GhostCubeScene/CMakeLists.txt
+++ b/unityplugin/GhostCubeScene/CMakeLists.txt
@@ -119,7 +119,9 @@ endif()
add_dependencies(GhostCubeScene GhostCubePlugin-shared)
if(PLATFORM_UNIVERSAL_WINDOWS)
- get_emulator_uwp_source(UWP_SOURCE UWP_INCLUDE UWP_INCLUDE_DIR)
+ get_native_app_uwp_source("" "" "")
+ get_emulator_uwp_source("${UWP_SOURCE}" "${UWP_INCLUDE}" "${UWP_INCLUDE_DIR}")
+
source_group("UWP\\src" FILES ${UWP_SOURCE})
source_group("UWP\\include" FILES ${UWP_INCLUDE})
target_include_directories(GhostCubeScene PRIVATE ${UWP_INCLUDE_DIR})