summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2002-09-17 15:41:45 -0400
committerBrad King <brad.king@kitware.com>2002-09-17 15:41:45 -0400
commitd8aef3fd6370664762b39860936ea5328c87566d (patch)
tree27a16a48e9a120b0cb6a62f6dbb8582929631f2a
parentd631e114f95865dfd5c59f0fda47ef5a654155f9 (diff)
downloadcmake-d8aef3fd6370664762b39860936ea5328c87566d.tar.gz
ENH: Adding installation of TRY_COMPILE tests.
-rw-r--r--Modules/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt
index 5bae440ee4..db72c7d76a 100644
--- a/Modules/CMakeLists.txt
+++ b/Modules/CMakeLists.txt
@@ -1,2 +1,3 @@
# just install the modules
INSTALL_FILES(/share/CMake/Modules .*\\.cmake$)
+INSTALL_FILES(/share/CMake/Modules .*\\.cxx$)