diff options
author | Eric NOULARD <eric.noulard@gmail.com> | 2012-04-22 17:08:29 (GMT) |
---|---|---|
committer | Eric NOULARD <eric.noulard@gmail.com> | 2012-04-23 18:46:08 (GMT) |
commit | 5b97942cbb915e8eaff0b5b9fee0676296656c93 (patch) | |
tree | 2bef7e23ab8f6aa7903f8cedebd9a9a094e2d6e7 /CMakeLists.txt | |
parent | 3a503926018fd10ef2120e2c1b98e93afb4fd0c1 (diff) | |
download | CMake-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.txt | 3 |
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 #----------------------------------------------------------------------- |