Skip to content
Snippets Groups Projects
Commit 4530b818 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files
parents e6377c17 55cb80fe
No related branches found
No related tags found
No related merge requests found
......@@ -60,12 +60,10 @@ add_definitions ("${monero_crypto_DEFINITIONS}")
#include_directories("${dap_core_INCLUDE_DIRS}")
#include_directories("${dap_crypto_INCLUDE_DIRS}")
add_definitions ("${dap_core_DEFINITIONS}")
add_definitions ("${dap_crypto_DEFINITIONS}")
add_library(${PROJECT_NAME} STATIC ${DAP_CHAIN_SRCS} ${DAP_CHAIN_HEADERS})
add_library(${PROJECT_NAME} STATIC ${DAP_CHAIN_SRCS} ${DAP_CHAIN_HEADERS})
target_link_libraries(dap-chain dap_core dap_crypto)
set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE)
......
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