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 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/common/libhello-1.0.0/hello/hello (limited to 'tests/common/libhello-1.0.0/hello/hello') diff --git a/tests/common/libhello-1.0.0/hello/hello b/tests/common/libhello-1.0.0/hello/hello deleted file mode 100644 index 5fb7d9e..0000000 --- a/tests/common/libhello-1.0.0/hello/hello +++ /dev/null @@ -1,13 +0,0 @@ -// file: hello/hello -*- C++ -*- - -#pragma once - -#include - -#include - -namespace hello -{ - LIBHELLO_EXPORT void - say (const std::string& name); -} -- cgit v1.1