mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 11:22:12 +00:00
6 lines
90 B
CMake
6 lines
90 B
CMake
add_library (bridge
|
|
IBridge.cpp
|
|
)
|
|
|
|
target_link_libraries (bridge PRIVATE daemon dbms)
|