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

[*] Renames

parent ba5701ce
No related branches found
No related tags found
No related merge requests found
...@@ -3,19 +3,23 @@ project (dap_chain_wallet) ...@@ -3,19 +3,23 @@ project (dap_chain_wallet)
set(DAP_CHAIN_WALLET_SRCS set(DAP_CHAIN_WALLET_SRCS
dap_chain_wallet.c dap_chain_wallet.c
dap_chain_coin.c dap_chain_coin.c
dap_chain_wallet_ops.c
) )
set(DAP_CHAIN_WALLET_HEADERS set(DAP_CHAIN_WALLET_HEADERS
dap_chain_coin.h dap_chain_coin.h
dap_chain_wallet.h dap_chain_wallet.h
dap_chain_wallet_internal.h dap_chain_wallet_internal.h
dap_chain_wallet_ops.h
) )
add_library(${PROJECT_NAME} STATIC ${DAP_CHAIN_WALLET_SRCS} ${DAP_CHAIN_WALLET_HEADERS}) add_library(${PROJECT_NAME} STATIC ${DAP_CHAIN_WALLET_SRCS} ${DAP_CHAIN_WALLET_HEADERS})
target_link_libraries(dap_chain_wallet dap_core dap_crypto dap_chain dap_chain_crypto ) target_link_libraries(dap_chain_wallet dap_core dap_crypto dap_chain dap_chain_crypto )
target_include_directories(dap_chain_wallet INTERFACE .)
set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE) 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