Re: [CMake] hook __EOF__

2011-08-15 Thread t m
Hi All, I guess it's not commonly used feature. Does anyone who knows a code of cmake a bit can provide information if that's possible at all? Thanks, T Majchrowski. 2011/8/11 t m cm...@majchrowski.co.uk: Hi All, Is it possible to register hook function that will be called at the end of

Re: [CMake] hook __EOF__

2011-08-15 Thread Michael Wild
On Mon 15 Aug 2011 10:12:59 AM CEST, t m wrote: Hi All, I guess it's not commonly used feature. Does anyone who knows a code of cmake a bit can provide information if that's possible at all? Thanks, T Majchrowski. 2011/8/11 t m cm...@majchrowski.co.uk: Hi All, Is it possible to

[CMake] hook __EOF__

2011-08-11 Thread t m
Hi All, Is it possible to register hook function that will be called at the end of processinf of CMakeLists.txt: Example CMakeLists.txt 0:cmake_minimum_required( VERSION 2.6 ) 1:project( foo.project) 2: 3: add_subdirectory( example ) 4: ... N: -- last line of CMakeLists.txt this will trigger to