[CMake] CMake NSIS question

Tyler Roscoe tyler at cryptio.net
Tue Aug 18 20:18:10 EDT 2009


On Wed, Aug 19, 2009 at 10:13:09AM +1000, Andrew Maclean wrote:
> I have a situation where I have an installer for a program. I then
> have a second installer that will install the configuration files for
> the program. This is done so we can update these files periodically
> without updating the program.
> Has anyone any ideas how to do this in CMake?

Can you use components to do what you want? One component for the
program and one for the configs?

tyler


More information about the CMake mailing list