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

[*] init files

parent 1b5fdc22
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.8)
project (dap_chain_block_cs_pow)
set(DAP_CHAIN_BLOCK_CS_POW_SRCS
dap_chain_block_cs_po.c
)
set(DAP_CHAIN_BLOCK_CS_POW_HEADERS
dap_chain_block_cs_pow.h
)
add_library(${PROJECT_NAME} STATIC ${DAP_CHAIN_BLOCK_CS_POW_SRCS} ${DAP_CHAIN_BLOCK_CS_POW_HEADERS})
target_link_libraries(dap_core dap_crypto dap_chain dap_chain_crypto dap_chain_crypto_cs )
set(${PROJECT_NAME}_DEFINITIONS CACHE INTERNAL "${PROJECT_NAME}: Definitions" FORCE)
set(${PROJECT_NAME}_INCLUDE_DIRS ${PROJECT_SOURCE_DIR} CACHE INTERNAL "${PROJECT_NAME}: Include Directories" 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