aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-05-12 18:50:56 +0000
committerVincent Richard <[email protected]>2013-05-12 18:50:56 +0000
commite088c126adc3672e896cdbe3dea88b53036973cf (patch)
tree9e6bed7562efbff3d394a9d284c866ae517f5ec9
parentAdded missing symbol exports. (diff)
downloadvmime-e088c126adc3672e896cdbe3dea88b53036973cf.tar.gz
vmime-e088c126adc3672e896cdbe3dea88b53036973cf.zip
Fixed export header file location.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 89f0890f..4c8d291f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -108,7 +108,7 @@ IF(VMIME_BUILD_SHARED_LIBRARY)
GENERATE_EXPORT_HEADER(
${VMIME_LIBRARY_NAME}
BASE_NAME VMIME
- EXPORT_FILE_NAME vmime/export.hpp
+ EXPORT_FILE_NAME ${CMAKE_SOURCE_DIR}/vmime/export.hpp
)
SET_TARGET_PROPERTIES(