From 2319d01e262b705716e19474865f555f3ca81a7d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 1 May 2017 13:50:13 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- tests/common/libhello-1.0.0/libhello/hello.cxx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/common/libhello-1.0.0/libhello/hello.cxx (limited to 'tests/common/libhello-1.0.0/libhello/hello.cxx') diff --git a/tests/common/libhello-1.0.0/libhello/hello.cxx b/tests/common/libhello-1.0.0/libhello/hello.cxx new file mode 100644 index 0000000..677815d --- /dev/null +++ b/tests/common/libhello-1.0.0/libhello/hello.cxx @@ -0,0 +1,16 @@ +// file: libhello/hello.cxx -*- C++ -*- + +#include + +#include + +using namespace std; + +namespace hello +{ + void + say (const string& n) + { + cout << "Hello, " << n << '!' << endl; + } +} -- cgit v1.1