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:
parent
1fd51f75ba
commit
064fc0cf1a
11 changed files with 429 additions and 4 deletions
|
@ -6,6 +6,7 @@ add_library(${PROJECT_NAME} STATIC
|
|||
locate.cpp
|
||||
scan.cpp
|
||||
dbsource.cpp
|
||||
backend_postgresql.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue