Skip to content
Snippets Groups Projects
Commit 391e08a4 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added define DAP_LOG_MT and added subdirectores.

parent aaa76010
No related branches found
No related tags found
1 merge request!3Features 2564 - Updated submodules.
......@@ -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}\"")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment