Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
17
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
cellframe-sdk
Commits
f65bdd68
Commit
f65bdd68
authored
5 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
...
parent
fc0948d1
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
libdap-chain-mempool
+1
-1
1 addition, 1 deletion
libdap-chain-mempool
with
3 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
f65bdd68
...
...
@@ -2,8 +2,8 @@ project(cellframe-sdk C)
cmake_minimum_required
(
VERSION 2.8
)
set
(
CMAKE_C_STANDARD 11
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"1.2-
0
"
)
add_subdirectory
(
cmake/OS_Detection.cmake
)
set
(
CELLFRAME_SDK_NATIVE_VERSION
"1.2-
1
"
)
include
(
cmake/OS_Detection.cmake
)
add_definitions
(
"-DCELLFRAME_SDK_VERSION=
\"
${
CELLFRAME_SDK_NATIVE_VERSION
}
\"
"
)
if
((
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
OR
(
DAP_DEBUG
))
...
...
This diff is collapsed.
Click to expand it.
libdap-chain-mempool
@
817aa1a4
Compare
50f4611f
...
817aa1a4
Subproject commit
50f4611f76dd0e172af1864ce0e5307132303000
Subproject commit
817aa1a49043df3b41184a7f2f9a4ad5f835791a
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