From 36bbdeaeb8b320cd9da480c43a1bc433d006c6f2 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 4 Mar 2013 09:42:45 +0100 Subject: Fixed 'config.hpp' not installed (issue #29). --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3143ce36..f4b655a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,8 @@ FILE( vmime/* ) +LIST(APPEND VMIME_LIBRARY_INCLUDE_FILES "vmime/config.hpp") + INCLUDE_DIRECTORIES( ${CMAKE_CURRENT_SOURCE_DIR} ) -- cgit v1.2.3