diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-08 18:18:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-07-08 18:18:17 (GMT) |
commit | db77d2e0192893ad9dda95bec0ebd9d6287fea14 (patch) | |
tree | 5aedd49117119e12af9b50647fdb696042d5ab29 /Source/CMakeLists.txt | |
parent | 1a4ec91593b8133897c2741d6dd43b2216ebb590 (diff) | |
download | CMake-db77d2e0192893ad9dda95bec0ebd9d6287fea14.zip CMake-db77d2e0192893ad9dda95bec0ebd9d6287fea14.tar.gz CMake-db77d2e0192893ad9dda95bec0ebd9d6287fea14.tar.bz2 |
ENH: Add globbing to FILE command
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index de3d7f7..c1ef09c 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -15,6 +15,7 @@ cmCustomCommand.cxx cmCacheManager.cxx cmSourceGroup.cxx cmListFileCache.cxx +cmGlob.cxx cmGlobalGenerator.cxx cmGlobalUnixMakefileGenerator.cxx cmLocalGenerator.cxx |