Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-stream-ch-chain
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
Commits
5e3b1fd1
Commit
5e3b1fd1
authored
6 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Fixes
parent
87351656
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
with
3 additions
and
3 deletions
CMakeLists.txt
+
3
−
3
View file @
5e3b1fd1
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 .
)
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