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 --- libhello/hello.hxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libhello/hello.hxx (limited to 'libhello/hello.hxx') diff --git a/libhello/hello.hxx b/libhello/hello.hxx new file mode 100644 index 0000000..58bd7b2 --- /dev/null +++ b/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