<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
When generating Makefiles, VS projects or Eclipse CDT projects<br>
CMake creates artificial dependencies to CMakeLists.txt to be able to
recreate the projects<br>
when something changes.<br>
<br>
This is good for developers, but not so good for the users (also
developers).<br>
We are making portable SDKs and libraries that we distribute also with
source so<br>
that the customer is able to tune and recompile it.<br>
So we want to create projects without this dependencies that we can
ship to the customer.<br>
We don't want to force our customers to install CMake, what would be an
additional burden for them.<br>
And the customers don't need to recreate this projects because they are
just using the libs.<br>
If they really need the add new files, they would do it with their
native IDEs.<br>
<br>
Is it possible to create projects without this dependencies to CMake?<br>
<br>
<div class="moz-signature">-- <br>
mit freundlichen Grüßen / best regards<br>
<br>
<b>Gerhard Gappmeier</b><br>
ascolab GmbH - automation systems communication laboratory<br>
Tel.: +49 9131 691 123<br>
Fax: +49 9131 691 128<br>
Web: <a class="moz-txt-link-freetext" href="http://www.ascolab.com">http://www.ascolab.com</a><br>
GPG-Key: <a class="moz-txt-link-freetext" href="http://www.ascolab.com/gpg/gg.asc">http://www.ascolab.com/gpg/gg.asc</a><br>
<p style="font-family: helvetica; font-size: 8pt;">
--<br>
<b>ascolab GmbH</b><br>
Geschäftsführer: Gerhard Gappmeier, Matthias Damm, Uwe Steinkrauß<br>
Sitz der Gesellschaft: Am Weichselgarten 7 • 91058 Erlangen • Germany<br>
Registernummer: HRB 9360<br>
Registergericht: Amtsgericht Fürth<br>
</p>
</div>
</body>
</html>