mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Fix build
This commit is contained in:
parent
5416b567d5
commit
c5a456802f
@ -3,7 +3,7 @@ add_headers_and_sources(loggers .)
|
|||||||
|
|
||||||
# Standart version depends on DBMS and works with text log
|
# Standart version depends on DBMS and works with text log
|
||||||
add_library(loggers ${loggers_sources} ${loggers_headers})
|
add_library(loggers ${loggers_sources} ${loggers_headers})
|
||||||
target_compile_definitions (loggers PRIVATE -DWITH_TEXT_LOG)
|
target_compile_definitions(loggers PUBLIC WITH_TEXT_LOG=1)
|
||||||
target_link_libraries(loggers PRIVATE dbms clickhouse_common_io)
|
target_link_libraries(loggers PRIVATE dbms clickhouse_common_io)
|
||||||
target_include_directories(loggers PUBLIC ..)
|
target_include_directories(loggers PUBLIC ..)
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@ include(${ClickHouse_SOURCE_DIR}/cmake/embed_binary.cmake)
|
|||||||
|
|
||||||
set(CLICKHOUSE_KEEPER_SOURCES
|
set(CLICKHOUSE_KEEPER_SOURCES
|
||||||
Keeper.cpp
|
Keeper.cpp
|
||||||
|
TinyContext.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if (OS_LINUX)
|
if (OS_LINUX)
|
||||||
|
Loading…
Reference in New Issue
Block a user