From b0396809c19f436e051430d5e81d59a725611195 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Jul 2020 09:13:21 +0200 Subject: Convert to build2-based build Also add symbol exporting, missing const in a few places in the API, as well as a basic test. --- libgenx/build/bootstrap.build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libgenx/build/bootstrap.build (limited to 'libgenx/build/bootstrap.build') diff --git a/libgenx/build/bootstrap.build b/libgenx/build/bootstrap.build new file mode 100644 index 0000000..9240e9d --- /dev/null +++ b/libgenx/build/bootstrap.build @@ -0,0 +1,7 @@ +project = libgenx + +using version +using config +using test +using install +using dist -- cgit v1.1