Fixed build of examples.
This commit is contained in:
parent
6c9a32d314
commit
d4c30d9b7b
@ -340,10 +340,6 @@ OPTION(
|
||||
ON
|
||||
)
|
||||
|
||||
IF(VMIME_BUILD_SAMPLES)
|
||||
ADD_SUBDIRECTORY(examples)
|
||||
ENDIF()
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Packaging / Distribution
|
||||
@ -1064,6 +1060,14 @@ IF(VMIME_HAVE_MESSAGING_PROTO_SENDMAIL)
|
||||
ENDIF()
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Build examples
|
||||
|
||||
IF(VMIME_BUILD_SAMPLES)
|
||||
ADD_SUBDIRECTORY(examples)
|
||||
ENDIF()
|
||||
|
||||
|
||||
# Set our configure file
|
||||
CONFIGURE_FILE(cmake/config.hpp.cmake ${CMAKE_SOURCE_DIR}/src/vmime/config.hpp)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user