comparison CMakeLists.txt @ 22:1bc6327d1de3

MD5 sum
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Aug 2012 11:45:53 +0200
parents e85455ff6039
children 62bd05fe4b7c
comparison
equal deleted inserted replaced
21:29bfa3095207 22:1bc6327d1de3
21 if ("${HAVE_UUID_H}" STREQUAL "") 21 if ("${HAVE_UUID_H}" STREQUAL "")
22 message(FATAL_ERROR "Please install the uuid-dev package") 22 message(FATAL_ERROR "Please install the uuid-dev package")
23 endif() 23 endif()
24 24
25 25
26 SET(THIRD_PARTY_SOURCES) 26 SET(THIRD_PARTY_SOURCES
27 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c
28 )
27 include(${CMAKE_SOURCE_DIR}/Resources/CMake/BoostConfiguration.cmake) 29 include(${CMAKE_SOURCE_DIR}/Resources/CMake/BoostConfiguration.cmake)
28 include(${CMAKE_SOURCE_DIR}/Resources/CMake/DcmtkConfiguration.cmake) 30 include(${CMAKE_SOURCE_DIR}/Resources/CMake/DcmtkConfiguration.cmake)
29 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleTestConfiguration.cmake) 31 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleTestConfiguration.cmake)
30 include(${CMAKE_SOURCE_DIR}/Resources/CMake/MongooseConfiguration.cmake) 32 include(${CMAKE_SOURCE_DIR}/Resources/CMake/MongooseConfiguration.cmake)
31 include(${CMAKE_SOURCE_DIR}/Resources/CMake/ZlibConfiguration.cmake) 33 include(${CMAKE_SOURCE_DIR}/Resources/CMake/ZlibConfiguration.cmake)