I realize I haven't been all that clear about my intentions.
I want to keep the amount of configuration files at a minimum. Lots of the information that is required for CTest (like config settings, source path, binary path etc.) or CDash (server address, project name) are already given in CMakeLists.txt, so naturally I am looking to keep it all together instead of spreading it over a number of different files cluttering my project. The information available in the documentation is focussing on various details, but doesn't really explain the "right" (intended) way of putting together a CMake-built project that supports uploading CTest results to a CDash server, so I was wondering if I was missing something. Regards, -- Martin Baute [email protected] -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
