comparison CMakeLists.txt @ 177:81b6f3013738

sha1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Nov 2012 10:42:00 +0100
parents 662af781a227
children 5739b4d10a4b
comparison
equal deleted inserted replaced
176:81f11fb357f2 177:81b6f3013738
63 63
64 # Prepare the third-party dependencies 64 # Prepare the third-party dependencies
65 SET(THIRD_PARTY_SOURCES 65 SET(THIRD_PARTY_SOURCES
66 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c 66 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c
67 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp 67 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp
68 ${CMAKE_SOURCE_DIR}/Resources/sha1/sha1.cpp
68 ) 69 )
69 70
70 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake) 71 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake)
71 72
72 if (${ENABLE_SSL}) 73 if (${ENABLE_SSL})