Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
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
Show more breadcrumbs
cellframe
python-cellframe
Commits
ee54ee0c
Commit
ee54ee0c
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added submodule libdap-chain-common
parent
b5ed2352
No related branches found
No related tags found
1 merge request
!26
Support 3689
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
CMakeLists.txt
+7
-0
7 additions, 0 deletions
CMakeLists.txt
libdap-chain-common
+1
-0
1 addition, 0 deletions
libdap-chain-common
with
11 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
ee54ee0c
...
...
@@ -67,3 +67,6 @@
[submodule "libdap-server-http-db"]
path = libdap-server-http-db
url = https://gitlab.demlabs.net/cellframe/libdap-server-http-db.git
[submodule "libdap-chain-common"]
path = libdap-chain-common
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common.git
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
7
−
0
View file @
ee54ee0c
...
...
@@ -42,6 +42,13 @@ if (NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
"-fpic"
)
endif
()
if
(
NOT
(
TARGET dap_chain_common
))
add_subdirectory
(
libdap-chain-common
)
target_compile_options
(
dap_chain_common PRIVATE
"-fpic"
)
endif
()
if
(
NOT
(
TARGET dap_chain_mempool
))
add_subdirectory
(
libdap-chain-mempool
)
target_compile_options
(
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-common
@
c6225af8
Subproject commit c6225af83a270f68d4775fd2dfeee990bb658266
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