From 16f26d75a938df61cde56a2d0231f3788a67d039 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 17:47:34 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- hello/hello | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hello/hello (limited to 'hello/hello') diff --git a/hello/hello b/hello/hello deleted file mode 100644 index 5fb7d9e..0000000 --- a/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