mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-28 02:34:41 +00:00
Merge branch 'task_313_CheatCard' of github.com:QuasarApp/Heart into task_313_CheatCard
This commit is contained in:
commit
f47f5ada41
@ -45,7 +45,15 @@ endif()
|
|||||||
|
|
||||||
# Use only for android debug builds with debugging from usb.
|
# 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_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)
|
if (HEART_DB_CACHE)
|
||||||
add_definitions(-DHEART_DB_CACHE)
|
add_definitions(-DHEART_DB_CACHE)
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 6f8308db6d31b7bd3b3e7eed390de81dc676ca91
|
Subproject commit c492fa2fe8b83f93806cc31498af66ee053630ae
|
Loading…
x
Reference in New Issue
Block a user