mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
10 lines
166 B
CMake
10 lines
166 B
CMake
add_library (daemon
|
|
src/BaseDaemon.cpp
|
|
src/GraphiteWriter.cpp
|
|
|
|
include/daemon/BaseDaemon.h
|
|
include/daemon/GraphiteWriter.h
|
|
)
|
|
|
|
target_link_libraries (daemon dbms)
|