mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-24 06:14:31 +01:00
cmake build system cleanup
This commit is contained in:
@@ -138,7 +138,7 @@ if(OPENSSL_FOUND)
|
||||
endif(OPENSSL_FOUND)
|
||||
|
||||
add_subdirectory(Data)
|
||||
add_subdirectory(WebWidgets)
|
||||
#add_subdirectory(WebWidgets)
|
||||
add_subdirectory(Zip)
|
||||
|
||||
if(APRUTIL_FOUND AND APACHE_FOUND)
|
||||
|
||||
@@ -5,7 +5,7 @@ set(SRCS "")
|
||||
aux_source_directory(src SRCS)
|
||||
|
||||
if (NOT POCO_STATIC)
|
||||
add_definitions(-DWebWidgets_EXPORTS)
|
||||
add_definitions(-DWebWidgets_EXPORTS -DPOCO_DLL)
|
||||
endif (NOT POCO_STATIC)
|
||||
|
||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||
|
||||
@@ -7,7 +7,7 @@ set(SRCS "")
|
||||
aux_source_directory(src SRCS)
|
||||
|
||||
if (NOT POCO_STATIC)
|
||||
add_definitions(-DExtJS_EXPORTS)
|
||||
add_definitions(-DExtJS_EXPORTS -DPOCO_DLL)
|
||||
endif (NOT POCO_STATIC)
|
||||
|
||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||
|
||||
Reference in New Issue
Block a user