diff options
Diffstat (limited to 'depends/md5/CMakeLists.txt')
| -rw-r--r-- | depends/md5/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/md5/CMakeLists.txt b/depends/md5/CMakeLists.txt new file mode 100644 index 00000000..69e0cf0b --- /dev/null +++ b/depends/md5/CMakeLists.txt @@ -0,0 +1,3 @@ +project(dfhack-md5) +ADD_LIBRARY(dfhack-md5 STATIC EXCLUDE_FROM_ALL md5.cpp md5wrapper.cpp) +IDE_FOLDER(dfhack-md5 "Depends")
\ No newline at end of file |
