Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
celllframe-node
Commits
959501cb
Commit
959501cb
authored
4 years ago
by
alexandr.kravchenko
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-4586' into 'master'
Feature 4586 See merge request
!207
parents
7f5a419e
127415fa
No related branches found
No related tags found
1 merge request
!207
Feature 4586
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
sources/main.c
+2
-0
2 additions, 0 deletions
sources/main.c
with
3 additions
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
959501cb
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
59
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
60
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
-
${
CPACK_PACKAGE_VERSION_MINOR
}
.
${
CPACK_PACKAGE_VERSION_PATCH
}
\"
"
)
...
...
This diff is collapsed.
Click to expand it.
sources/main.c
+
2
−
0
View file @
959501cb
...
...
@@ -116,6 +116,7 @@
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
#include
"dap_chain_plugins.h"
#include
"dap_plugins_python_app_context.h"
#endif
...
...
@@ -473,6 +474,7 @@ int main( int argc, const char **argv )
//Init python plugins
#ifdef DAP_SUPPORT_PYTHON_PLUGINS
log_it
(
L_NOTICE
,
"Loading python plugins"
);
dap_plugins_python_app_content_init
(
l_server
);
dap_chain_plugins_init
(
g_config
);
#endif
...
...
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