mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Implement sqlite backend functions for dir scanning.
This commit is contained in:
parent
7dff61f2a9
commit
a9f6a58926
7 changed files with 323 additions and 98 deletions
|
@ -9,6 +9,8 @@ endif()
|
|||
|
||||
add_library(${PROJECT_NAME} SHARED
|
||||
backend_sqlite.cpp
|
||||
db_functions.cpp
|
||||
time_t_to_timestamp.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue