summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp/src/UWP/dummy.cpp
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 /Common/NativeApp/src/UWP/dummy.cpp
parentUpdated Win32 app implementation (diff)
downloadDiligentEngine-1a3598a88a30608f5f918397ae6ac37ef8c7ad2a.tar.gz
DiligentEngine-1a3598a88a30608f5f918397ae6ac37ef8c7ad2a.zip
Reworked UWP app implementation
Diffstat (limited to 'Common/NativeApp/src/UWP/dummy.cpp')
-rw-r--r--Common/NativeApp/src/UWP/dummy.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Common/NativeApp/src/UWP/dummy.cpp b/Common/NativeApp/src/UWP/dummy.cpp
new file mode 100644
index 0000000..5caae53
--- /dev/null
+++ b/Common/NativeApp/src/UWP/dummy.cpp
@@ -0,0 +1,7 @@
+#include "AppBase.h"
+
+// This dummy file is only required for the NativeAppBase.lib to be created,
+// which is required to avoid linker error
+
+// We cannot add real source to this library because Windows Runtime types cannot
+// be included into static libraries \ No newline at end of file