Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap-chain-python
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap-chain-python
Commits
391e08a4
Commit
391e08a4
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added define DAP_LOG_MT and added subdirectores.
parent
aaa76010
No related branches found
No related tags found
1 merge request
!3
Features 2564 - Updated submodules.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+15
-3
15 additions, 3 deletions
CMakeLists.txt
with
15 additions
and
3 deletions
CMakeLists.txt
+
15
−
3
View file @
391e08a4
...
...
@@ -5,6 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE ON)
set
(
CMAKE_COLOR_MAKEFILE ON
)
set
(
CMAKE_C_STANDARD 11
)
add_definitions
(
"-fpic"
)
add_definitions
(
"-DDAP_LOG_MT"
)
add_definitions
(
"-DNODE_NETNAME=
\"
cellframe
\"
"
)
if
(
UNIX
)
...
...
@@ -160,9 +161,20 @@ if (NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
"-fpic"
)
endif
()
# if (NOT (TARGET dap_chain_net_srv_vpn))
# add_subdirectory(libdap-chain-net-srv-vpn)
# endif()
if
(
NOT
(
TARGET dap_chain_net_srv_vpn
))
add_subdirectory
(
libdap-chain-net-srv-vpn
)
target_compile_options
(
dap_chain_net_srv_vpn PRIVATE
"-fpic"
)
endif
()
if
(
NOT
(
TARGET dap_server_http_db
))
add_subdirectory
(
libdap-server-http-db
)
target_compile_options
(
dap_server_http_db PRIVATE
"-fpic"
)
endif
()
endif
()
#add_definitions("-DDAP_APP_NAME=\"TestPRJ\" -DSYSTEM_CONFIGS_DIR=\"${CMAKE_CURRENT_BINARY_DIR}\"")
...
...
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