0

I have a project that uses CMake, which consists of a few executables, a few DLLs, and a number of small plugins, all of which are packaged into an NSIS installer. I now want to split off a small part of the project’s functionality into a stand-alone program. This program will have a new executable, which relies heavily on code from the larger project, but none of the rest.

I’ve set up my new stand-alone program, but I want to be able to use CMake to generate a separate NSIS installer containing only my stand-alone program. How can I use CMake to generate multiple NSIS installers?

3

0

Browse other questions tagged or ask your own question.