Currently the different content types are handled with custom targets and the install() commands install the developer files. We should consider using the COMPONENT option of the install command to handle various file. Components could be
runtime: executables and shared libraries.
developer: libs, public-header, pdb files and source files on windows.
Currently the different content types are handled with custom targets and the
install()
commands install the developer files. We should consider using theCOMPONENT
option of theinstall
command to handle various file. Components could be