From 0dc84855a4672a614a9dd8ebd17dd776f015c6e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 14 May 2011 10:46:24 +0100 Subject: [PATCH] Include README & TODO in the package. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9122707..2b81928 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -335,6 +335,8 @@ endif (QT4_FOUND AND QJSON_FOUND) ############################################################################## # Packaging +install (FILES README TODO DESTINATION doc) + set (CPACK_PACKAGE_VERSION_MAJOR "1") set (CPACK_PACKAGE_VERSION_MINOR "0") -- 2.45.2