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
15
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
8e7c5640
Commit
8e7c5640
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[-] Removed old trash
parent
ff35507d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
cellframe-sdk-python
+1
-1
1 addition, 1 deletion
cellframe-sdk-python
with
3 additions
and
4 deletions
CMakeLists.txt
+
1
−
2
View file @
8e7c5640
...
...
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR 0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
2
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
@@ -91,7 +91,6 @@ if(WIN32)
add_executable
(
${
NODE_CLI_TARGET
}
"sources/main_node_cli.c"
)
add_executable
(
${
NODE_TOOL_TARGET
}
"sources/main_node_tool.c"
)
target_link_libraries
(
${
NODE_CLI_TARGET
}
dap_chain_net dap_app_cli nghttp2 ssl cares crypto z pthread
# curl
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib/[x86_64CLANG]/curl[x86_64CLANG].a
KERNEL32
USER32
SHELL32
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
f90579fd
Compare
350481b6
...
f90579fd
Subproject commit
350481b6d45ae54fce7a3aa4a9e3dfe4d0da126c
Subproject commit
f90579fdb3e6c22ad51363cc3cfbf2e6096891a8
This diff is collapsed.
Click to expand it.
cellframe-sdk-python
@
49b78164
Compare
1b967558
...
49b78164
Subproject commit
1b96755818836aeeb8c8d04ba1536f573017ea42
Subproject commit
49b78164c3655a1b5bfc68957392f64ea94ae325
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