mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 17:44:23 +00:00
7 lines
114 B
CMake
7 lines
114 B
CMake
add_library(btrie
|
|
src/btrie.c
|
|
include/btrie.h
|
|
)
|
|
|
|
target_include_directories (btrie SYSTEM PUBLIC include)
|