mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-04 19:13:30 +01:00
cmake build system cleanup
This commit is contained in:
parent
218b06621d
commit
0afd04898b
@ -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} )
|
||||
|
Loading…
x
Reference in New Issue
Block a user