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
6
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
a2c6fb9a
Commit
a2c6fb9a
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added submodule libdap-chain-gdb-python.
parent
85bf46ca
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Features 2566
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitmodules
+3
-0
3 additions, 0 deletions
.gitmodules
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
libdap-chain-gdb-python
+1
-0
1 addition, 0 deletions
libdap-chain-gdb-python
with
7 additions
and
0 deletions
.gitmodules
+
3
−
0
View file @
a2c6fb9a
...
...
@@ -106,3 +106,6 @@
[submodule "libdap-chain-common"]
path = libdap-chain-common
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common.git
[submodule "libdap-chain-gdb-python"]
path = libdap-chain-gdb-python
url = https://gitlab.demlabs.net/cellframe/libdap-chain-gdb-python.git
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
0
View file @
a2c6fb9a
...
...
@@ -72,6 +72,8 @@ target_compile_options(dap_http_server PRIVATE "-fpic")
target_compile_options
(
dap_session PRIVATE
"-fpic"
)
add_subdirectory
(
libdap-stream-ch-chain-net-srv
)
target_compile_options
(
dap_stream_ch_chain_net_srv PRIVATE
"-fpic"
)
add_subdirectory
(
libdap-chain-gdb-python
)
target_compile_options
(
dap_chain_gdb_python_module PRIVATE
"-fpic"
)
add_subdirectory
(
libdap-chain-python
)
target_compile_options
(
dap_chain_python_module PRIVATE
"-fpic"
)
...
...
@@ -142,6 +144,7 @@ target_link_libraries(${PROJECT_NAME} dap_python_module
dap_chain_python_module
dap_chain_net_python_module
dap_chain_gdb
dap_chain_gdb_python_module
dap_chain_cs_dag
dap_chain_cs_dag_pos
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-gdb-python
@
44861a80
Subproject commit 44861a800faf10903a4357a1a8285c69929cdbc3
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