Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
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
Show more breadcrumbs
Dmitry Puzyrkov
celllframe-node
Commits
63c3e58b
Commit
63c3e58b
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
c639953f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+6
-5
6 additions, 5 deletions
CMakeLists.txt
cellframe-sdk-python/libdap-python
+1
-1
1 addition, 1 deletion
cellframe-sdk-python/libdap-python
with
7 additions
and
6 deletions
CMakeLists.txt
+
6
−
5
View file @
63c3e58b
...
...
@@ -215,6 +215,12 @@ if(UNIX)
)
if
(
SUPPORT_PYTHON_PLUGINS
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-DDAP_SUPPORT_PYTHON_PLUGINS"
)
message
(
"Build with support python plugins"
)
set
(
Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4
)
find_package
(
PythonLibs REQUIRED
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
add_subdirectory
(
cellframe-sdk-python/libdap-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-server-core-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-crypto-python
)
...
...
@@ -226,12 +232,7 @@ if(UNIX)
add_subdirectory
(
cellframe-sdk-python/libdap-client-python
)
add_subdirectory
(
python-cellframe
)
add_subdirectory
(
libdap-plugins-python
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
-DDAP_SUPPORT_PYTHON_PLUGINS"
)
message
(
"Build with support python plugins"
)
set
(
Python_ADDITIONAL_VERSION 3.7 3.6 3.5 3.4
)
find_package
(
PythonLibs REQUIRED
)
set
(
NODE_LIBRARIES
${
NODE_LIBRARIES
}
${
PYTHON_LIBRARIES
}
dap_plugins_python
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
endif
()
if
(
ANDROID
)
...
...
This diff is collapsed.
Click to expand it.
libdap-python
@
dca37968
Compare
e6d2c3c3
...
dca37968
Subproject commit
e6d2c3c3d2dc9daac606c56719d43e6c0a8e58ab
Subproject commit
dca37968625fe5ff17b29a7f2a0d3f2cf1128378
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