From 1a3598a88a30608f5f918397ae6ac37ef8c7ad2a Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 8 Feb 2018 22:08:14 -0800 Subject: Reworked UWP app implementation --- Common/NativeApp/src/UWP/dummy.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Common/NativeApp/src/UWP/dummy.cpp (limited to 'Common/NativeApp/src/UWP/dummy.cpp') 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 -- cgit v1.2.3