mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-19 07:47:09 +02:00
trunk" cmake fix for openssl
This commit is contained in:
parent
4e26485542
commit
a3a9b10b5e
@ -2,7 +2,7 @@ set(LIBNAME "PocoCrypto")
|
|||||||
set(LIBNAME "${LIBNAME}${LIB_EXT}")
|
set(LIBNAME "${LIBNAME}${LIB_EXT}")
|
||||||
|
|
||||||
aux_source_directory(src SRCS)
|
aux_source_directory(src SRCS)
|
||||||
|
add_definitions(-D_USRDLL -DCrypto_EXPORTS)
|
||||||
include_directories( include)
|
include_directories( include)
|
||||||
|
|
||||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user