mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
custom search results im mylmdb added
This commit is contained in:
parent
9d41c78793
commit
d5a46bf914
7 changed files with 119 additions and 36 deletions
|
@ -112,6 +112,7 @@ endmacro(configure_files)
|
|||
|
||||
configure_files(${CMAKE_CURRENT_SOURCE_DIR}/src/templates ${CMAKE_CURRENT_BINARY_DIR}/templates)
|
||||
configure_files(${CMAKE_CURRENT_SOURCE_DIR}/src/templates/css ${CMAKE_CURRENT_BINARY_DIR}/templates/css)
|
||||
configure_files(${CMAKE_CURRENT_SOURCE_DIR}/src/templates/partials ${CMAKE_CURRENT_BINARY_DIR}/templates/partials)
|
||||
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
|
@ -126,4 +127,4 @@ target_link_libraries(${PROJECT_NAME}
|
|||
lmdb
|
||||
${Boost_LIBRARIES}
|
||||
pthread
|
||||
unbound)
|
||||
unbound)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue