1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-15 16:14:12 +00:00

Load postgresql plugin and use that in tag.

Only partially implemented.
This commit is contained in:
King_DuckZ 2016-05-27 20:31:07 +02:00
parent c97a08860f
commit 20b2a8695e
8 changed files with 83 additions and 65 deletions

View file

@ -1,6 +1,6 @@
project(${bare_name}-backend-postgresql CXX)
add_library(${PROJECT_NAME} STATIC
add_library(${PROJECT_NAME} SHARED
tag.cpp
delete.cpp
locate.cpp
@ -10,7 +10,7 @@ add_library(${PROJECT_NAME} STATIC
)
target_include_directories(${PROJECT_NAME}
PUBLIC ${CMAKE_SOURCE_DIR}/include/backends/postgresql
PUBLIC ${DINDEXER_PUB_INCLUDE_DIR}/backends/postgresql
)
target_include_directories(${PROJECT_NAME} SYSTEM
PUBLIC ${Boost_INCLUDE_DIRS}