summaryrefslogtreecommitdiff
path: root/hello/hello
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:50:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-30 16:50:01 +0200
commit6d44f821b4cf50c15b8bcd555005023a8a6a80ec (patch)
tree13a6e616f4bc21898dbe75c1d6ffbb363a60939b /hello/hello
parenteaff0b3dce0cab6d11110da16294ed349ed20e40 (diff)
Build infrastructure update
Diffstat (limited to 'hello/hello')
-rw-r--r--hello/hello4
1 files changed, 3 insertions, 1 deletions
diff --git a/hello/hello b/hello/hello
index 4f85114..5fb7d9e 100644
--- a/hello/hello
+++ b/hello/hello
@@ -4,8 +4,10 @@
#include <string>
+#include <hello/export>
+
namespace hello
{
- void
+ LIBHELLO_EXPORT void
say (const std::string& name);
}