From cdf152b0137ee869498300d6e8664c9475197031 Mon Sep 17 00:00:00 2001 From: njlr Date: Fri, 21 Jul 2017 11:09:53 +0100 Subject: [PATCH] * Added Buckaroo.pm package --- BUCK | 5 +---- buckaroo.json | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/BUCK b/BUCK index e01db658..0bf9e3ad 100644 --- a/BUCK +++ b/BUCK @@ -1,7 +1,5 @@ -include_defs('//BUCKAROO_DEPS') - prebuilt_cxx_library( - name = 'chaiscript', + name = 'chaiscript', header_only = True, header_namespace = 'chaiscript', exported_headers = subdir_glob([ @@ -10,5 +8,4 @@ prebuilt_cxx_library( visibility = [ 'PUBLIC', ], - deps = BUCKAROO_DEPS, ) diff --git a/buckaroo.json b/buckaroo.json index afc50314..95db1764 100644 --- a/buckaroo.json +++ b/buckaroo.json @@ -1,4 +1,3 @@ { - "name": "chaiscript", - "dependencies": {} + "name": "ChaiScript" }