[CMake] How to rename the resulting Makefile.
Hendrik Sattler
post at hendrik-sattler.de
Tue Oct 12 12:41:50 EDT 2010
Am Dienstag 12 Oktober 2010, 17:52:31 schrieb william.crocker at analog.com:
> I will use cmake to build the app on my various platforms
> (Linux/Windows...). Most of my convenience targets are only used during
> development (Linux) so it is typically okay that they are not cross
> platform.
That you may consider seperating development stuff and build stuff, anyway. That
way, you do not accidently pollute the source tree. OTOH, that way you could
as well use shell scripts directly rather than using shell code in a makefile.
HS
More information about the CMake
mailing list