From 58e44f2cdad782fd9c5cf177c2bb1ca8a86c0e15 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:39:08 +0300 Subject: Move project into intermediate sub-directory --- libhello/libhello/hello.hxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libhello/libhello/hello.hxx (limited to 'libhello/libhello/hello.hxx') diff --git a/libhello/libhello/hello.hxx b/libhello/libhello/hello.hxx new file mode 100644 index 0000000..58bd7b2 --- /dev/null +++ b/libhello/libhello/hello.hxx @@ -0,0 +1,13 @@ +// file: libhello/hello.hxx -*- C++ -*- + +#pragma once + +#include + +#include + +namespace hello +{ + LIBHELLO_EXPORT void + say (const std::string& name); +} -- cgit v1.1