mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-09 14:13:30 +02:00
rename PocoXXXX to PocoDataXXXX
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
set(LIBNAME "PocoMySQL")
|
set(LIBNAME "PocoDataMySQL")
|
||||||
set(LIBNAMED "${LIBNAME}d")
|
set(LIBNAMED "${LIBNAME}d")
|
||||||
|
|
||||||
set(SRCS "")
|
set(SRCS "")
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
set(LIBNAME "PocoODBC")
|
set(LIBNAME "PocoDataODBC")
|
||||||
set(LIBNAMED "${LIBNAME}d")
|
set(LIBNAMED "${LIBNAME}d")
|
||||||
|
|
||||||
set(SRCS
|
set(SRCS
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
set(LIBNAME "PocoSQLite")
|
set(LIBNAME "PocoDataSQLite")
|
||||||
set(LIBNAMED "${LIBNAME}d")
|
set(LIBNAMED "${LIBNAME}d")
|
||||||
|
|
||||||
include_directories( include src )
|
include_directories( include src )
|
||||||
@@ -6,7 +6,7 @@ include_directories( include src )
|
|||||||
set(SRCS "")
|
set(SRCS "")
|
||||||
aux_source_directory(src SRCS)
|
aux_source_directory(src SRCS)
|
||||||
|
|
||||||
add_definitions(-DSQLITE_THREADSAFE=1 -DSQLITE_-DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_COMPLETE -DSQLITE_OMIT_TCL_VARIABLE -DSQLITE_OMIT_DEPRECATED)
|
add_definitions(-DSQLITE_THREADSAFE=1 -DSQLITE_DISABLE_LFS -DSQLITE_OMIT_UTF16 -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_COMPLETE -DSQLITE_OMIT_TCL_VARIABLE -DSQLITE_OMIT_DEPRECATED)
|
||||||
|
|
||||||
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
add_library( ${LIBNAME} ${LIB_MODE} ${SRCS} )
|
||||||
set_target_properties( ${LIBNAME}
|
set_target_properties( ${LIBNAME}
|
||||||
|
Reference in New Issue
Block a user