From 95c7407dd37b630b03b5a0786e2693dfed598ea3 Mon Sep 17 00:00:00 2001 From: Tycho Bickerstaff Date: Thu, 19 Dec 2013 00:55:01 +0000 Subject: added md5 as a dependency for bindings --- lib/md5/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/md5/CMakeLists.txt (limited to 'lib/md5/CMakeLists.txt') diff --git a/lib/md5/CMakeLists.txt b/lib/md5/CMakeLists.txt new file mode 100644 index 000000000..8ba09a0dd --- /dev/null +++ b/lib/md5/CMakeLists.txt @@ -0,0 +1,11 @@ + +cmake_minimum_required (VERSION 2.6) +project (md5) + +include_directories ("${PROJECT_SOURCE_DIR}/../../src/") + +file(GLOB SOURCE + "*.cpp" +) + +add_library(md5 ${SOURCE}) -- cgit v1.2.3