summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2012-04-22 17:08:29 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2012-04-23 18:46:08 (GMT)
commit5b97942cbb915e8eaff0b5b9fee0676296656c93 (patch)
tree2bef7e23ab8f6aa7903f8cedebd9a9a094e2d6e7 /CMakeLists.txt
parent3a503926018fd10ef2120e2c1b98e93afb4fd0c1 (diff)
downloadCMake-5b97942cbb915e8eaff0b5b9fee0676296656c93.zip
CMake-5b97942cbb915e8eaff0b5b9fee0676296656c93.tar.gz
CMake-5b97942cbb915e8eaff0b5b9fee0676296656c93.tar.bz2
Enhancement of bash completion scripts given by Igor Murzov.
The orginal patch has been reworked in order to follow CMake source tree layout habit. Inspired-By: Igor Murzov <e-mail@date.by>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b1d5930..66f9b2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -620,6 +620,9 @@ INSTALL(
WORLD_READ WORLD_EXECUTE
)
+# process docs related install
+ADD_SUBDIRECTORY(Docs)
+
#-----------------------------------------------------------------------
# End of the main section of the CMakeLists file
#-----------------------------------------------------------------------