mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-07-03 14:14:11 +00:00
Move postgresql backend's include files to a new db subdir.
Fix build and remove unneeded include in tag.cpp
This commit is contained in:
parent
70caa9e26c
commit
fb722719b2
12 changed files with 13 additions and 13 deletions
|
@ -8,8 +8,9 @@ add_library(${PROJECT_NAME} STATIC
|
|||
dbsource.cpp
|
||||
)
|
||||
|
||||
#target_include_directories(${PROJECT_NAME}
|
||||
#)
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PUBLIC ${CMAKE_SOURCE_DIR}/include/backends/postgresql
|
||||
)
|
||||
#target_include_directories(${PROJECT_NAME} SYSTEM
|
||||
#)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue