From 1dc38cf49b6c7a8b661a9cc675ded94c8ab33c36 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 18 Jan 2016 07:35:12 +0200 Subject: Implement brep-migrate utility --- load/buildfile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 load/buildfile (limited to 'load/buildfile') diff --git a/load/buildfile b/load/buildfile new file mode 100644 index 0000000..c3a324f --- /dev/null +++ b/load/buildfile @@ -0,0 +1,20 @@ +# file : load/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +import libs += libbpkg%lib{bpkg} +import libs += libbutl%lib{butl} +import libs += libodb-pgsql%lib{odb-pgsql} +import libs += libodb%lib{odb} + +include ../brep/ + +exe{brep-load}: \ +{ cxx}{ load } \ +{hxx ixx cxx}{ options } \ +../brep/lib{brep} $libs + +cli.options += -I $src_root --include-with-brackets --include-prefix load \ +--guard-prefix LOAD + +{hxx ixx cxx}{options}: cli{options} -- cgit v1.1