mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-29 04:06:51 +01:00
trunk: split cmake debug/optimize build 2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(LIBNAME "PocoDataODBC")
|
||||
set(LIBNAME "${LIBNAME}${LIB_EXT}")
|
||||
|
||||
set(SRCS
|
||||
src/Binder.cpp
|
||||
@@ -25,7 +26,7 @@ add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||
set_target_properties( ${LIBNAME}
|
||||
PROPERTIES
|
||||
VERSION ${SHARED_LIBRARY_VERSION} SOVERSION ${SHARED_LIBRARY_VERSION} )
|
||||
target_link_libraries( ${LIBNAME} PocoData PocoFoundation ${ODBC_LINK_FLAGS})
|
||||
target_link_libraries( ${LIBNAME} PocoData${LIB_EXT} PocoFoundation${LIB_EXT} ${ODBC_LINK_FLAGS})
|
||||
|
||||
install(
|
||||
DIRECTORY include/Poco
|
||||
|
||||
Reference in New Issue
Block a user