diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-09 23:51:38 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-11 20:43:33 (GMT) |
commit | bf0737526419936915a9f2c14f06bff556d1fcd4 (patch) | |
tree | 017dd25484a305d18a29fbd0a2a31b11a43a188f /Utilities/CMakeLists.txt | |
parent | b0e357824c0ddf1a57db7742da3d5f3f90af97d2 (diff) | |
download | CMake-bf0737526419936915a9f2c14f06bff556d1fcd4.zip CMake-bf0737526419936915a9f2c14f06bff556d1fcd4.tar.gz CMake-bf0737526419936915a9f2c14f06bff556d1fcd4.tar.bz2 |
Add a cmake.m4 for using cmake in autoconf projects instead of pkgconfig
This file has been written today from scratch by Matthias Kretz
and it BSD-licensed.
Alex
Diffstat (limited to 'Utilities/CMakeLists.txt')
-rw-r--r-- | Utilities/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt index 8b3e7f6..85db367 100644 --- a/Utilities/CMakeLists.txt +++ b/Utilities/CMakeLists.txt @@ -126,6 +126,7 @@ ADD_CUSTOM_COMMAND( INSTALL_FILES(${CMAKE_MAN_DIR}/man1 FILES ${MAN_FILES}) INSTALL_FILES(${CMAKE_DOC_DIR} FILES ${HTML_FILES} ${TEXT_FILES}) +INSTALL_FILES(share/aclocal FILES cmake.m4) # Drive documentation generation. ADD_CUSTOM_TARGET(documentation ALL DEPENDS ${DOC_FILES} ${CMake_BINARY_DIR}/Docs/cmake.txt ) |