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