2020-02-14 14:48:30 +00:00
|
|
|
add_subdirectory (common)
|
|
|
|
add_subdirectory (loggers)
|
|
|
|
add_subdirectory (daemon)
|
2017-09-15 05:27:09 +00:00
|
|
|
|
|
|
|
if (USE_INTERNAL_MEMCPY)
|
2020-02-14 14:48:30 +00:00
|
|
|
add_subdirectory (memcpy)
|
2017-09-15 05:27:09 +00:00
|
|
|
endif()
|
|
|
|
|
2017-08-31 17:11:30 +00:00
|
|
|
if (USE_MYSQL)
|
2020-02-14 14:48:30 +00:00
|
|
|
add_subdirectory (mysqlxx)
|
2017-04-19 00:25:57 +00:00
|
|
|
endif ()
|
2018-02-23 21:22:52 +00:00
|
|
|
|
2018-08-30 19:07:24 +00:00
|
|
|
if (USE_INTERNAL_CONSISTENT_HASHING_LIBRARY)
|
|
|
|
add_subdirectory (consistent-hashing)
|
|
|
|
endif ()
|
2018-08-30 18:44:46 +00:00
|
|
|
add_subdirectory (consistent-hashing-sumbur)
|
2020-02-14 14:48:30 +00:00
|
|
|
add_subdirectory (widechar_width)
|