* Added Buckaroo.pm package

This commit is contained in:
njlr 2017-07-21 11:09:53 +01:00
parent f640784d56
commit cdf152b013
2 changed files with 2 additions and 6 deletions

5
BUCK
View File

@ -1,7 +1,5 @@
include_defs('//BUCKAROO_DEPS')
prebuilt_cxx_library( prebuilt_cxx_library(
name = 'chaiscript', name = 'chaiscript',
header_only = True, header_only = True,
header_namespace = 'chaiscript', header_namespace = 'chaiscript',
exported_headers = subdir_glob([ exported_headers = subdir_glob([
@ -10,5 +8,4 @@ prebuilt_cxx_library(
visibility = [ visibility = [
'PUBLIC', 'PUBLIC',
], ],
deps = BUCKAROO_DEPS,
) )

View File

@ -1,4 +1,3 @@
{ {
"name": "chaiscript", "name": "ChaiScript"
"dependencies": {}
} }