diff options
author | Brad King <brad.king@kitware.com> | 2002-09-17 19:41:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2002-09-17 19:41:45 (GMT) |
commit | d8aef3fd6370664762b39860936ea5328c87566d (patch) | |
tree | 27a16a48e9a120b0cb6a62f6dbb8582929631f2a /Modules/CMakeLists.txt | |
parent | d631e114f95865dfd5c59f0fda47ef5a654155f9 (diff) | |
download | CMake-d8aef3fd6370664762b39860936ea5328c87566d.zip CMake-d8aef3fd6370664762b39860936ea5328c87566d.tar.gz CMake-d8aef3fd6370664762b39860936ea5328c87566d.tar.bz2 |
ENH: Adding installation of TRY_COMPILE tests.
Diffstat (limited to 'Modules/CMakeLists.txt')
-rw-r--r-- | Modules/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeLists.txt b/Modules/CMakeLists.txt index 5bae440..db72c7d 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$) |