mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-27 00:35:23 +01:00
fix cmake build system; fixes #274
This commit is contained in:
parent
086721bfe9
commit
8ab80e8ba7
@ -175,11 +175,6 @@ set( BASE_SRCS
|
||||
src/compress.c
|
||||
src/crc32.c
|
||||
src/deflate.c
|
||||
src/gzclose.c
|
||||
src/gzlib.c
|
||||
src/gzread.c
|
||||
src/gzwrite.c
|
||||
src/uncompr.c
|
||||
src/infback.c
|
||||
src/inffast.c
|
||||
src/inflate.c
|
||||
|
@ -3,7 +3,7 @@ set(LIBNAME "PocoMongoDB")
|
||||
aux_source_directory(src SRCS)
|
||||
|
||||
if (NOT POCO_STATIC)
|
||||
add_definitions(-DMONGODB_EXPORTS)
|
||||
add_definitions(-DMongoDB_EXPORTS)
|
||||
endif (NOT POCO_STATIC)
|
||||
|
||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||
|
@ -59,6 +59,7 @@ set( BASE_SRCS
|
||||
src/MultipartReader.cpp
|
||||
src/MultipartWriter.cpp
|
||||
src/NameValueCollection.cpp
|
||||
src/Net.cpp
|
||||
src/NetException.cpp
|
||||
src/NetworkInterface.cpp
|
||||
src/NullPartHandler.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user