mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
12 lines
364 B
CMake
12 lines
364 B
CMake
add_library (daemon
|
|
src/BaseDaemon.cpp
|
|
src/GraphiteWriter.cpp
|
|
|
|
include/daemon/BaseDaemon.h
|
|
include/daemon/GraphiteWriter.h
|
|
)
|
|
|
|
target_include_directories (daemon PUBLIC include)
|
|
|
|
target_link_libraries (daemon PUBLIC loggers PRIVATE clickhouse_common_io clickhouse_common_config common ${Poco_Net_LIBRARY} ${Poco_Util_LIBRARY} ${EXECINFO_LIBRARIES})
|