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

Create intermediate backend lib to help loading backend plugins.

This commit is contained in:
King_DuckZ 2016-05-27 20:28:26 +02:00
parent 1fd51f75ba
commit 064fc0cf1a
11 changed files with 429 additions and 4 deletions

View file

@ -6,6 +6,7 @@ add_library(${PROJECT_NAME} STATIC
locate.cpp
scan.cpp
dbsource.cpp
backend_postgresql.cpp
)
target_include_directories(${PROJECT_NAME}