From f05b71bd468bac9358d9fae169b4ca147f0e97fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Sep 2016 15:29:53 +0200 Subject: Update libhello in tests --- tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello (limited to 'tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello') diff --git a/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello b/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello new file mode 100644 index 0000000..5fb7d9e --- /dev/null +++ b/tests/pkg/1/build2.org/common/libhello-1.0.0/hello/hello @@ -0,0 +1,13 @@ +// file: hello/hello -*- C++ -*- + +#pragma once + +#include + +#include + +namespace hello +{ + LIBHELLO_EXPORT void + say (const std::string& name); +} -- cgit v1.1