mirror of
https://github.com/dropbox/json11.git
synced 2025-03-07 19:56:40 +08:00
Revert "adds buckfile"
This commit is contained in:
parent
8adf82f3dc
commit
ec3f733d38
16
BUCK
16
BUCK
@ -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']
|
||||
)
|
Loading…
Reference in New Issue
Block a user