trunk" cmake fix for openssl

This commit is contained in:
Marian Krivos 2012-02-10 15:37:48 +00:00
parent 4e26485542
commit a3a9b10b5e

View File

@ -2,7 +2,7 @@ set(LIBNAME "PocoCrypto")
set(LIBNAME "${LIBNAME}${LIB_EXT}")
aux_source_directory(src SRCS)
add_definitions(-D_USRDLL -DCrypto_EXPORTS)
include_directories( include)
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )