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

[*] Fixes

parent 87351656
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project (dap_stream_ch_chain) project (dap_stream_ch_chain)
set(CH_CHAIN_SRCS dap_stream_ch_chain.c) set(DAP_STREAM_CH_CHAIN_SRCS dap_stream_ch_chain.c)
add_library(${PROJECT_NAME} STATIC ${CH_CHAIN_SRCS}) add_library(${PROJECT_NAME} STATIC ${DAP_STREAM_CH_CHAIN_SRCS})
target_link_libraries(dap_stream_ch_chain dap_core dap_crypto dap_core_server dap_stream) target_link_libraries(dap_stream_ch_chain dap_core dap_crypto dap_core_server dap_stream dap_stream_ch)
target_include_directories(dap_stream_ch_chain INTERFACE .) target_include_directories(dap_stream_ch_chain INTERFACE .)
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