Merge branch 'task_313_CheatCard' of github.com:QuasarApp/Heart into task_313_CheatCard

This commit is contained in:
Andrei Yankovich 2022-11-05 22:43:39 +03:00
commit f47f5ada41
2 changed files with 10 additions and 2 deletions

View File

@ -45,7 +45,15 @@ endif()
# Use only for android debug builds with debugging from usb.
option(HEART_STATIC_SSL "This option enable or disabled static link ssl libraryes" OFF)
option(HEART_SSL "This option enable or disabled ssl functions of nodes" ON)
option(CMAKE_SHARE "This option enable or disabled ssl functions of nodes" OFF)
option(BUILD_SHARED_LIBS "Enable or disable shared libraryes" OFF)
if (WIN32)
option(HEART_SSL "This option enable or disabled ssl functions of nodes" OFF)
else()
option(HEART_SSL "This option enable or disabled ssl functions of nodes" ON)
endif()
if (HEART_DB_CACHE)
add_definitions(-DHEART_DB_CACHE)

@ -1 +1 @@
Subproject commit 6f8308db6d31b7bd3b3e7eed390de81dc676ca91
Subproject commit c492fa2fe8b83f93806cc31498af66ee053630ae