From 9646f4bb0cee026bdf9dbe4bf318f24e60697bae Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 29 Apr 2017 16:22:25 +0300 Subject: Add hxx extension for headers and lib prefix for library dirs --- libprint/print.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libprint/print.hxx (limited to 'libprint/print.hxx') diff --git a/libprint/print.hxx b/libprint/print.hxx new file mode 100644 index 0000000..63cb541 --- /dev/null +++ b/libprint/print.hxx @@ -0,0 +1,10 @@ +// file: libprint/print.hxx -*- C++ -*- + +#pragma once + +#include + +#include + +LIBPRINT_EXPORT void +print (const std::string& hello); -- cgit v1.1