mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-03 14:14:11 +00:00
Move postgresql header files to the src directory
They are private, and anyways no client needs to include anything at all from the various backends.
This commit is contained in:
parent
20b2a8695e
commit
3927f945ca
7 changed files with 0 additions and 37 deletions
|
@ -9,9 +9,6 @@ add_library(${PROJECT_NAME} SHARED
|
|||
backend_postgresql.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
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