[CMake] how to add new source files in already build cmake project from inside eclipse cdt?

Alexander Neundorf a.neundorf-work at gmx.net
Tue Jul 22 15:56:40 EDT 2014


On Tuesday, July 22, 2014 04:03:44 Payal Prajapati wrote:
> Hello,
> Thank you for your reply.
> Is there any way to build only my added file? because it takes much
> time to rebuild the whole project even for a minor change in source
> file?

when you simply build (all, make all), only those file should be rebuilt which 
have actually changed.
If everything is rebuilt everytime, something is wrong.

Alex



More information about the CMake mailing list