2020-03-08 20:17:49 +00:00
|
|
|
if (USE_CLANG_TIDY)
|
|
|
|
set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_PATH}")
|
|
|
|
endif ()
|
|
|
|
|
2020-02-14 14:48:30 +00:00
|
|
|
add_subdirectory (common)
|
|
|
|
add_subdirectory (daemon)
|
2020-04-13 15:42:30 +00:00
|
|
|
add_subdirectory (loggers)
|
|
|
|
add_subdirectory (pcg-random)
|
2020-04-13 15:55:48 +00:00
|
|
|
add_subdirectory (widechar_width)
|
2020-08-08 18:38:34 +00:00
|
|
|
add_subdirectory (readpassphrase)
|
2021-03-12 21:12:34 +00:00
|
|
|
add_subdirectory (bridge)
|
2017-09-15 05:27:09 +00:00
|
|
|
|
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 ()
|