Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-stream-ch-chain-net-srv
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-stream-ch-chain-net-srv
Commits
608a3f5d
Commit
608a3f5d
authored
6 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[+] Init files
parent
fe6eab87
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+10
-0
10 additions, 0 deletions
CMakeLists.txt
dap_stream_ch_chain_net_srv.c
+0
-0
0 additions, 0 deletions
dap_stream_ch_chain_net_srv.c
dap_stream_ch_chain_net_srv.h
+0
-0
0 additions, 0 deletions
dap_stream_ch_chain_net_srv.h
with
10 additions
and
0 deletions
CMakeLists.txt
0 → 100644
+
10
−
0
View file @
608a3f5d
cmake_minimum_required
(
VERSION 3.0
)
project
(
dap_stream_ch_chain_net_srv
)
set
(
DAP_STREAM_CH_CHAIN_NET_SRV_SRCS dap_stream_ch_chain_net_srv.c
)
add_library
(
${
PROJECT_NAME
}
STATIC
${
DAP_STREAM_CH_CHAIN_NET_SRV_SRCS
}
)
target_link_libraries
(
dap_stream_ch_chain_net_srv dap_core dap_crypto dap_core_server dap_stream dap_stream_ch dap_stream_ch_chain dap_stream_ch_chain_net
)
target_include_directories
(
dap_stream_ch_chain_net_srv INTERFACE .
)
This diff is collapsed.
Click to expand it.
dap_stream_ch_chain_net_srv.c
0 → 100644
+
0
−
0
View file @
608a3f5d
This diff is collapsed.
Click to expand it.
dap_stream_ch_chain_net_srv.h
0 → 100644
+
0
−
0
View file @
608a3f5d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment