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:
parent
c97a08860f
commit
20b2a8695e
8 changed files with 83 additions and 65 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue