Revert "adds buckfile"

This commit is contained in:
Andrew Twyman 2017-01-19 23:19:47 -08:00 committed by GitHub
parent 8adf82f3dc
commit ec3f733d38
2 changed files with 0 additions and 16 deletions

View File

16
BUCK
View File

@ -1,16 +0,0 @@
cxx_library(
name = 'json11',
header_namespace = 'json11',
headers = ['json11.hpp'],
exported_headers = ['json11.hpp'],
srcs = ['json11.cpp'],
visibility = ['PUBLIC'],
compiler_flags = ['-std=c++11']
)
cxx_binary(
name = 'json11-test',
deps = [':json11'],
srcs = ['test.cpp'],
compiler_flags = ['-std=c++11']
)