mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 05:46:22 +01:00
Merge pull request #275 from saschazelzer/274-cmake-build-system-broken
fix cmake build system; fixes #274
This commit is contained in:
@@ -175,11 +175,6 @@ set( BASE_SRCS
|
|||||||
src/compress.c
|
src/compress.c
|
||||||
src/crc32.c
|
src/crc32.c
|
||||||
src/deflate.c
|
src/deflate.c
|
||||||
src/gzclose.c
|
|
||||||
src/gzlib.c
|
|
||||||
src/gzread.c
|
|
||||||
src/gzwrite.c
|
|
||||||
src/uncompr.c
|
|
||||||
src/infback.c
|
src/infback.c
|
||||||
src/inffast.c
|
src/inffast.c
|
||||||
src/inflate.c
|
src/inflate.c
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ set(LIBNAME "PocoMongoDB")
|
|||||||
aux_source_directory(src SRCS)
|
aux_source_directory(src SRCS)
|
||||||
|
|
||||||
if (NOT POCO_STATIC)
|
if (NOT POCO_STATIC)
|
||||||
add_definitions(-DMONGODB_EXPORTS)
|
add_definitions(-DMongoDB_EXPORTS)
|
||||||
endif (NOT POCO_STATIC)
|
endif (NOT POCO_STATIC)
|
||||||
|
|
||||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ set( BASE_SRCS
|
|||||||
src/MultipartReader.cpp
|
src/MultipartReader.cpp
|
||||||
src/MultipartWriter.cpp
|
src/MultipartWriter.cpp
|
||||||
src/NameValueCollection.cpp
|
src/NameValueCollection.cpp
|
||||||
|
src/Net.cpp
|
||||||
src/NetException.cpp
|
src/NetException.cpp
|
||||||
src/NetworkInterface.cpp
|
src/NetworkInterface.cpp
|
||||||
src/NullPartHandler.cpp
|
src/NullPartHandler.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user