summaryrefslogtreecommitdiffstats
path: root/lib/md5/CMakeLists.txt
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-06-29 00:46:11 +0200
committerMattes D <github@xoft.cz>2014-06-29 00:46:11 +0200
commit1b89b997ffb81c38dbe27bc8719efb59a38e14a0 (patch)
treeeee8b1ce2cc05d7eea2d5e54fd3c3e33a8daf953 /lib/md5/CMakeLists.txt
parentLikely fixed too quick food depletion (diff)
parentFixed a silly path error in #include. (diff)
downloadcuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.gz
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.bz2
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.lz
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.xz
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.tar.zst
cuberite-1b89b997ffb81c38dbe27bc8719efb59a38e14a0.zip
Diffstat (limited to 'lib/md5/CMakeLists.txt')
-rw-r--r--lib/md5/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/md5/CMakeLists.txt b/lib/md5/CMakeLists.txt
deleted file mode 100644
index cd9fe6320..000000000
--- a/lib/md5/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-
-cmake_minimum_required (VERSION 2.6)
-project (md5)
-
-include_directories ("${PROJECT_SOURCE_DIR}/../../src/")
-
-file(GLOB SOURCE
- "*.cpp"
- "*.h"
-)
-
-add_library(md5 ${SOURCE})