diff options
| author | Vincent Richard <[email protected]> | 2013-05-12 14:51:40 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-05-12 14:51:40 +0000 |
| commit | 69d552a87bd717f81a1d834f972a0ea0c4dd758b (patch) | |
| tree | 32edaa8890bbcca073389cb54162158ee67dd9e4 /cmake/config.hpp.cmake | |
| parent | Fixed missing includes. (diff) | |
| download | vmime-69d552a87bd717f81a1d834f972a0ea0c4dd758b.tar.gz vmime-69d552a87bd717f81a1d834f972a0ea0c4dd758b.zip | |
Export class and functions in shared libraries.
Diffstat (limited to 'cmake/config.hpp.cmake')
| -rw-r--r-- | cmake/config.hpp.cmake | 3 |
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@" |
