added header dep

This commit is contained in:
Ken Martin 2002-10-07 16:23:09 -04:00
parent 696d15c7ba
commit 9b54cdb7e8
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH
"Where to put the executables for CMake"
)
INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|CMake|form).*")
INCLUDE_REGULAR_EXPRESSION("^(\\.\\./)?(cm|CMake|form|ctest).*")
INSTALL_FILES(/man/man1 "cmake\\.1")