summaryrefslogtreecommitdiff
path: root/src/3rdparty/md5
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/md5')
-rw-r--r--src/3rdparty/md5/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/3rdparty/md5/CMakeLists.txt b/src/3rdparty/md5/CMakeLists.txt
new file mode 100644
index 000000000..58720ca2d
--- /dev/null
+++ b/src/3rdparty/md5/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_files(
+ md5.cpp
+ md5.h
+)