summaryrefslogtreecommitdiff
path: root/hello/hello
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 17:47:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 17:47:34 +0300
commit16f26d75a938df61cde56a2d0231f3788a67d039 (patch)
tree57fa2084f2f96ed6251dfe6e6c882dc12ef25b12 /hello/hello
parent830989c9c81b501256f5dd47bf13c989dc2dffde (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'hello/hello')
-rw-r--r--hello/hello13
1 files changed, 0 insertions, 13 deletions
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 <string>
-
-#include <hello/export>
-
-namespace hello
-{
- LIBHELLO_EXPORT void
- say (const std::string& name);
-}