Packages

Elixir client for ClickHouse database via FINE + clickhouse-cpp (native TCP)

Current section

Files

Jump to
natch native clickhouse-cpp contrib gtest BUCK
Raw

native/clickhouse-cpp/contrib/gtest/BUCK

cxx_library(
name = 'gtest',
# This is a bit weird, but this is how the tests use the headers...
header_namespace = 'contrib/gtest',
exported_headers = subdir_glob([
('', '*.h'),
]),
srcs = glob([
'*.cc',
]),
visibility = [
'//...',
],
)