Fixed export header file location.
This commit is contained in:
parent
c5c33c1f10
commit
e088c126ad
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user