For the extra-cmake-modules package, I wrote some macros to help with writing 
component-based Find modules, which are non-trivial to get right.

The documentation for them can be found here: 
http://api.kde.org/ecm/module/ECMFindModuleHelpers.html

I've found them incredibly useful in writing classic Find modules, where you 
just want to find a bunch of libraries and their associated headers, but you 
also need to account for the dependencies between those libraries.

The interface is a little unusual: you have to set up some information-
providing variables before calling the macros to describe the information for 
each component. As an example, see 
http://quickgit.kde.org/?p=extra-cmake-modules.git&a=blob&h=c5a56c1635d03acdaf5ccd780b9a358d6f6655fd&hb=4f81d1a92e4ccc2ce7b33d2860397a526b1a4d2f&f=find-modules%2FFindWayland.cmake
 (which I would also submit for inclusion to CMake 
if this is accepted).

Would this be something that might be included in CMake?

I have some ideas about how to extend it to be able to account for debug vs 
release libraries as well (roughly following a simplified version of the 
pattern of the FindQt4 module).

Alex
-- 

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-developers

Reply via email to