mirror of
https://github.com/KingDuckZ/dindexer.git
synced 2025-08-21 15:50:50 +00:00
Re-enable scan in the postgre plugin.
This also adds a public dependency to machinery in the header-only backend project. This is because the backend does need functionality from machinery, such as FileRecordData and TigerHash.
This commit is contained in:
parent
8f51f82abc
commit
3608d7b76c
9 changed files with 48 additions and 27 deletions
|
@ -13,8 +13,9 @@ target_include_directories(${PROJECT_NAME} SYSTEM
|
|||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE ${bare_name}-if
|
||||
PUBLIC ${YAMLCPP_LIBRARY}
|
||||
PUBLIC dl
|
||||
INTERFACE ${YAMLCPP_LIBRARY}
|
||||
INTERFACE dl
|
||||
INTERFACE ${bare_name}-machinery
|
||||
)
|
||||
|
||||
#install(TARGETS ${PROJECT_NAME}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue