mirror of https://github.com/gabime/spdlog.git
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.
13 lines
242 B
Python
13 lines
242 B
Python
![]()
8 years ago
|
prebuilt_cxx_library(
|
||
|
name = 'spdlog',
|
||
|
header_namespace = 'spdlog',
|
||
|
header_only = True,
|
||
|
exported_headers = subdir_glob([
|
||
|
('include/spdlog', '**/*.h'),
|
||
|
('include/spdlog', '**/*.cc'),
|
||
|
]),
|
||
|
visibility = [
|
||
|
'PUBLIC',
|
||
|
],
|
||
|
)
|