<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I am currently trying to build more then one Debian package from my
    sources. One package should contain the shared lib and the binary
    and should simply be called projectname-1.0.0.deb and the other one
    should contain the headers and optionally a static lib and should be
    called projectname-1.0.0-dev.deb. <br>
    <br>
    I found this post (
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    <a
href="http://cmake.3232098.n2.nabble.com/Multiple-Package-Generators-and-add-package-command-td6067405.html">http://cmake.3232098.n2.nabble.com/Multiple-Package-Generators-and-add-package-command-td6067405.html</a>),
    possibly describing what to do but it doesn't seem to work for me. I
    still only get one package containing the same stuff it contained
    before adding the COMPONENT statement to my INSTALLs and adding
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    cpack_add_component. Is this approach described in this post the
    right approach at all for my desired goal? If so:<br>
    <br>
    Are cpack_add_component_group and cpack_add_install_type mandatory?
    How do I set the file name for every component
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
    respectively package?<br>
    <br>
    If not: Is this even possible with CMake without having to
    CMakeLists.txt files and changing them for every desired package?<br>
    <br>
    Best regards,<br>
    Patrick<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-15">
  </body>
</html>