summaryrefslogtreecommitdiff
path: root/Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt')
-rw-r--r--Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt b/Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt
new file mode 100644
index 000000000..6bd32a20d
--- /dev/null
+++ b/Tests/VSWinStorePhone/CxxDLL/CMakeLists.txt
@@ -0,0 +1,3 @@
+project(CxxDll CXX)
+
+add_library(CxxDll SHARED cxxdll.cpp)