mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
show_ringmemberstx_jsonhex added
This commit is contained in:
parent
57819bec1c
commit
b96ed8de74
3 changed files with 213 additions and 5 deletions
|
@ -65,9 +65,16 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" OR WIN32)
|
|||
set_property(TARGET unbound PROPERTY IMPORTED_LOCATION ${MONERO_BUILD_DIR}/external/unbound/libunbound.a)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
# include boost headers
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
# include monero
|
||||
include_directories(${MONERO_SOURCE_DIR}/build)
|
||||
|
||||
include_directories("ext/mstch/include")
|
||||
include_directories("ext/mstch/include/src")
|
||||
include_directories("ext/crow")
|
||||
|
||||
# add ext/ subfolder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue