libicsneo/include/icsneo/third-party/optional-lite/test/BUCK

17 lines
211 B
Python

cxx_binary(
name = 'test',
header_namespace = '',
headers = glob([
'*.h',
]),
srcs = glob([
'*.cpp',
]),
compiler_flags = [
'-std=c++11',
],
deps = [
'//:optional-lite',
],
)