From 69d552a87bd717f81a1d834f972a0ea0c4dd758b Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 May 2013 16:51:40 +0200 Subject: Export class and functions in shared libraries. --- cmake/config.hpp.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake') diff --git a/cmake/config.hpp.cmake b/cmake/config.hpp.cmake index 71badf40..cddf7ef1 100644 --- a/cmake/config.hpp.cmake +++ b/cmake/config.hpp.cmake @@ -6,6 +6,9 @@ #define VMIME_CONFIG_HPP_INCLUDED +#include "vmime/export.hpp" + + // Name of package #define VMIME_PACKAGE "@PROJECT_NAME@" -- cgit v1.2.3