[CMake] how to compile single source file with debug options?

Gonzalo ggarra13 at gmail.com
Fri Jun 10 12:52:35 EDT 2016



El 10/06/16 a las 09:05, Sergey Spiridonov escribió:
> Hello all,
>
> We have big project with lots of libraries and applications. We want to
> switch to cmake. Currently we use our own build system, which is derived
> from tmake.
Cmake handles all dependencies if you keep the CMakeFiles directory around.
If you do and have a debug build, you can then just do:

touch file.c

and only that file will be recompiled and relinked.

-- 
Gonzalo Garramuño
ggarra13 at gmail.com



More information about the CMake mailing list