aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-12 14:51:40 +0000
committerVincent Richard <[email protected]>2013-05-12 14:51:40 +0000
commit69d552a87bd717f81a1d834f972a0ea0c4dd758b (patch)
tree32edaa8890bbcca073389cb54162158ee67dd9e4 /cmake
parentFixed missing includes. (diff)
downloadvmime-69d552a87bd717f81a1d834f972a0ea0c4dd758b.tar.gz
vmime-69d552a87bd717f81a1d834f972a0ea0c4dd758b.zip
Export class and functions in shared libraries.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config.hpp.cmake3
1 files changed, 3 insertions, 0 deletions
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@"