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.
18 lines
218 B
Python
18 lines
218 B
Python
![]()
8 years ago
|
cxx_binary(
|
||
|
name = 'tests',
|
||
|
header_namespace = '',
|
||
|
headers = glob([
|
||
|
'*.h',
|
||
|
'*.hpp',
|
||
|
]),
|
||
|
srcs = glob([
|
||
|
'*.cpp',
|
||
|
]),
|
||
|
compiler_flags = [
|
||
|
'-std=c++14',
|
||
|
],
|
||
|
deps = [
|
||
|
'//:spdlog',
|
||
|
],
|
||
|
)
|