ClickHouse/src/Bridge/CMakeLists.txt

6 lines
90 B
CMake

add_library (bridge
IBridge.cpp
)
target_link_libraries (bridge PRIVATE daemon dbms)