comparison CMakeLists.txt @ 577:2737806bcf60 laaw

integration mainline->laaw
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Sep 2013 15:03:36 +0200
parents bf2fda1c6760 69c024f9c06b
children 5790c359e008
comparison
equal deleted inserted replaced
576:bf2fda1c6760 577:2737806bcf60
60 60
61 # Prepare the third-party dependencies 61 # Prepare the third-party dependencies
62 SET(THIRD_PARTY_SOURCES 62 SET(THIRD_PARTY_SOURCES
63 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c 63 ${CMAKE_SOURCE_DIR}/Resources/md5/md5.c
64 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp 64 ${CMAKE_SOURCE_DIR}/Resources/base64/base64.cpp
65 ${CMAKE_SOURCE_DIR}/Resources/sha1/sha1.cpp
66 ) 65 )
67 66
68 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake) 67 include(${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.cmake)
69 68
70 if (${ENABLE_SSL}) 69 if (${ENABLE_SSL})