[cmake-commits] alex committed CMakeFiles.txt.in 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Jul 20 16:31:36 EDT 2007
Update of /cvsroot/CMake/CMake/Utilities/KWStyle
In directory public:/mounts/ram/cvs-serv14159
Modified Files:
CMakeFiles.txt.in
Log Message:
ENH: add quotes around the file names, so kwstyle can handle it if there are
spaces in the path
Alex
Index: CMakeFiles.txt.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/KWStyle/CMakeFiles.txt.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeFiles.txt.in 10 May 2007 19:13:52 -0000 1.1
+++ CMakeFiles.txt.in 20 Jul 2007 20:31:34 -0000 1.2
@@ -1,13 +1,13 @@
- at CMAKE_SOURCE_DIR@/Source/*.txx
- at CMAKE_SOURCE_DIR@/Source/*.cxx
- at CMAKE_SOURCE_DIR@/Source/*.h*
- at CMAKE_SOURCE_DIR@/Source/CPack/*.txx
- at CMAKE_SOURCE_DIR@/Source/CPack/*.cxx
- at CMAKE_SOURCE_DIR@/Source/CPack/*.h*
- at CMAKE_SOURCE_DIR@/Source/CTest/*.txx
- at CMAKE_SOURCE_DIR@/Source/CTest/*.cxx
- at CMAKE_SOURCE_DIR@/Source/CTest/*.h*
- at CMAKE_SOURCE_DIR@/Source/CurseDialog/*.h*
- at CMAKE_SOURCE_DIR@/Source/CurseDialog/*.cxx
- at CMAKE_SOURCE_DIR@/Source/CurseDialog/*.txx
+"@CMAKE_SOURCE_DIR@/Source/*.txx"
+"@CMAKE_SOURCE_DIR@/Source/*.cxx"
+"@CMAKE_SOURCE_DIR@/Source/*.h*"
+"@CMAKE_SOURCE_DIR@/Source/CPack/*.txx"
+"@CMAKE_SOURCE_DIR@/Source/CPack/*.cxx"
+"@CMAKE_SOURCE_DIR@/Source/CPack/*.h*"
+"@CMAKE_SOURCE_DIR@/Source/CTest/*.txx"
+"@CMAKE_SOURCE_DIR@/Source/CTest/*.cxx"
+"@CMAKE_SOURCE_DIR@/Source/CTest/*.h*"
+"@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.h*"
+"@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.cxx"
+"@CMAKE_SOURCE_DIR@/Source/CurseDialog/*.txx"
-f (Lexer\.cxx)
More information about the Cmake-commits
mailing list