summaryrefslogtreecommitdiff
path: root/src/os/windows/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/windows/CMakeLists.txt')
-rw-r--r--src/os/windows/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/os/windows/CMakeLists.txt b/src/os/windows/CMakeLists.txt
new file mode 100644
index 000000000..19d1bd46e
--- /dev/null
+++ b/src/os/windows/CMakeLists.txt
@@ -0,0 +1,8 @@
+add_files(
+ crashlog_win.cpp
+ string_uniscribe.cpp
+ string_uniscribe.h
+ win32.cpp
+ win32.h
+ CONDITION WIN32
+)