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
619bf02c
Commit
619bf02c
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added submodule libdap-chain-common-python.
parent
300df843
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-python
+1
-0
1 addition, 0 deletions
libdap-chain-common-python
with
11 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
619bf02c
...
...
@@ -82,3 +82,6 @@
[submodule "libdap-python"]
path = libdap-python
url = https://gitlab.demlabs.net/cellframe/libdap-python.git
[submodule "libdap-chain-common-python"]
path = libdap-chain-common-python
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common-python.git
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
7
−
0
View file @
619bf02c
...
...
@@ -189,6 +189,13 @@ if (NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
"-fpic"
)
endif
()
if
(
NOT
(
TARGET
(
dap_chain_common_python_module
)))
add_subdirectory
(
libdap-chain-common-python
)
target_compile_options
(
dap_chain_common_python_module PRIVATE
"-fpic"
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-common-python
@
4886d3e9
Subproject commit 4886d3e91ce097e3f923e4b4d3e52bb8509d7c46
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