You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/BUCK

13 lines
242 B
Python

prebuilt_cxx_library(
name = 'spdlog',
header_namespace = 'spdlog',
header_only = True,
exported_headers = subdir_glob([
('include/spdlog', '**/*.h'),
('include/spdlog', '**/*.cc'),
]),
visibility = [
'PUBLIC',
],
)