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.
To debug and fix our applications/libraries we often need to recompile single source file in a debug mode. With the our current build system it is as simple, as touching a file an starting make with debug option. It will then recompile that single file with -O0 -g and with -DDEBUG and relink target application/library. How it would be possible in cmake? We found out how to do that for the single directory (library or application). But recompiling whole library/application just for single file is too slow. This is really a show-stopper for us. -- Best regards, Sergey Spiridonov -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
