Skip to content
Snippets Groups Projects
Commit b7ec9a47 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[+] wallet

parent c534f31f
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8)
project (libdap-chain)
project (dap-chain)
set(DAP_CHAIN_SRCS
dap_chain_common.c
......@@ -33,13 +33,14 @@ set(DAP_CHAIN_HEADERS
)
add_subdirectory(monero_crypto)
include_directories("${monero_crypto_INCLUDE_DIRS}")
add_definitions ("${monero_crypto_DEFINITIONS}")
include_directories("${dap_core_INCLUDE_DIRS}")
add_definitions ("${dap_core_DEFINITIONS}")
include_directories("${dap_crypto_INCLUDE_DIRS}")
add_definitions ("${dap_core_DEFINITIONS}")
add_definitions ("${dap_crypto_DEFINITIONS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment