1
0
Fork 0
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:
King_DuckZ 2016-05-27 21:49:50 +02:00
parent 20b2a8695e
commit 3927f945ca
7 changed files with 0 additions and 37 deletions

View file

@ -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}
)