2022-09-27 07:29:18 +00:00
|
|
|
configure_file(GitHash.cpp.in GitHash.generated.cpp)
|
2022-09-26 13:32:12 +00:00
|
|
|
|
2019-04-24 09:06:28 +00:00
|
|
|
add_library (daemon
|
2020-03-12 22:26:16 +00:00
|
|
|
BaseDaemon.cpp
|
|
|
|
GraphiteWriter.cpp
|
2020-06-02 18:50:55 +00:00
|
|
|
SentryWriter.cpp
|
2022-09-27 07:29:18 +00:00
|
|
|
GitHash.generated.cpp
|
2020-06-02 18:50:55 +00:00
|
|
|
)
|
2016-02-07 21:58:58 +00:00
|
|
|
|
2022-10-13 19:31:31 +00:00
|
|
|
target_link_libraries (daemon PUBLIC loggers common PRIVATE clickhouse_parsers clickhouse_common_io clickhouse_common_config)
|
2020-06-02 19:25:34 +00:00
|
|
|
|
2022-01-17 22:08:35 +00:00
|
|
|
if (TARGET ch_contrib::sentry)
|
2022-10-03 12:17:42 +00:00
|
|
|
target_link_libraries (daemon PRIVATE ch_contrib::sentry dbms)
|
2020-06-15 23:51:33 +00:00
|
|
|
endif ()
|