[Cmake] Packages

Andy Cedilnik andy.cedilnik at kitware.com
Wed, 25 Feb 2004 14:09:47 -0500


Hi David,

Yes, but it is more towards the bottom of the list. If you are
interested in implementing it, let me know and I will give you some
pointers.

			Andy


On Wed, 2004-02-25 at 14:00, David Thompson wrote:
> 	I was wondering if there are any plans for CMake to package files
> marked for installation? For instance, it makes sense to create an RPM,
> .deb, or .tar.gz on Linux; an installer on Windows; a bundle on MacOS X;
> etc. I could create an RPM spec file, a projectbuilder script for a
> bundle, etc. for each project, but it seems like the
> INSTALL_{PROGRAMS|FILES|TARGETS} macros could easily be used to automate
> the whole thing.