ClickHouse/src/Bridge/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
90 B
CMake
Raw Normal View History

2022-04-27 15:05:45 +00:00
add_library (bridge
IBridge.cpp
)
target_link_libraries (bridge PRIVATE daemon dbms)