1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-04 14:24:10 +00:00

Move db scan functions to the postgresql backend lib.

This commit is contained in:
King_DuckZ 2016-05-22 03:17:26 +01:00
parent 641261306f
commit b6d45eee3c
5 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@ add_library(${PROJECT_NAME} STATIC
tag.cpp
delete.cpp
locate.cpp
scan.cpp
)
#target_include_directories(${PROJECT_NAME}