From d8aef3fd6370664762b39860936ea5328c87566d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 17 Sep 2002 15:41:45 -0400 Subject: [PATCH] ENH: Adding installation of TRY_COMPILE tests. --- Modules/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 5bae440ee..db72c7d76 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$)