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/tests/BUCK

18 lines
218 B
Python

cxx_binary(
name = 'tests',
header_namespace = '',
headers = glob([
'*.h',
'*.hpp',
]),
srcs = glob([
'*.cpp',
]),
compiler_flags = [
'-std=c++14',
],
deps = [
'//:spdlog',
],
)