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/hello/hello.cxx | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 tests/common/libhello-1.0.0/hello/hello.cxx (limited to 'tests/common/libhello-1.0.0/hello/hello.cxx') diff --git a/tests/common/libhello-1.0.0/hello/hello.cxx b/tests/common/libhello-1.0.0/hello/hello.cxx deleted file mode 100644 index 65d0aa7..0000000 --- a/tests/common/libhello-1.0.0/hello/hello.cxx +++ /dev/null @@ -1,16 +0,0 @@ -// file: hello/hello.cxx -*- C++ -*- - -#include - -#include - -using namespace std; - -namespace hello -{ - void - say (const string& n) - { - cout << "Hello, " << n << '!' << endl; - } -} -- cgit v1.1