diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:42:14 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-11 15:42:14 +0000 |
| commit | ee177d37df85b982d6c528a7b79e3cd9ca9749d6 (patch) | |
| tree | dda6c9b0c2a3f2756c08b71ebaca32644dbc9d32 /NativeApp/src/UWP/dummy.cpp | |
| parent | Updated HLSL2GLSL converter app (diff) | |
| download | DiligentTools-ee177d37df85b982d6c528a7b79e3cd9ca9749d6.tar.gz DiligentTools-ee177d37df85b982d6c528a7b79e3cd9ca9749d6.zip | |
Moved Native App from master repository
Diffstat (limited to 'NativeApp/src/UWP/dummy.cpp')
| -rw-r--r-- | NativeApp/src/UWP/dummy.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/NativeApp/src/UWP/dummy.cpp b/NativeApp/src/UWP/dummy.cpp new file mode 100644 index 0000000..5caae53 --- /dev/null +++ b/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 |
