[cmake-commits] hoffman committed CMakeLists.txt 1.325 1.326

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 2 14:40:26 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6154/Source

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add support for cygwin source and binary packaging


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -d -r1.325 -r1.326
--- CMakeLists.txt	2 Feb 2007 15:14:50 -0000	1.325
+++ CMakeLists.txt	2 Feb 2007 19:40:24 -0000	1.326
@@ -295,6 +295,8 @@
   CPack/cmCPackTarBZip2Generator.cxx
   CPack/cmCPackTarCompressGenerator.cxx
   CPack/cmCPackZIPGenerator.cxx
+  CPack/cmCPackCygwinBinaryGenerator.cxx
+  CPack/cmCPackCygwinSourceGenerator.cxx
   )
 # Build CPackLib
 ADD_LIBRARY(CPackLib ${CPACK_SRCS})



More information about the Cmake-commits mailing list