Re: [CMake] Where to read information about XXXCoinfigYYY.cmake mechanism

2010-01-24 Thread Eric Noulard
2010/1/23 Andreas Pakulat : > On 23.01.10 18:17:27, Eric Noulard wrote: >> Where can I read more on how to write/generate appropriate >> XXXCoinfigYYY.cmake file for a project build with CMake? >> >> I did read: >> cmake --help-command find_package >> cmake --help-command install (most notably the

Re: [CMake] Where to read information about XXXCoinfigYYY.cmake mechanism

2010-01-23 Thread Andreas Pakulat
On 23.01.10 18:17:27, Eric Noulard wrote: > Where can I read more on how to write/generate appropriate > XXXCoinfigYYY.cmake file for a project build with CMake? > > I did read: > cmake --help-command find_package > cmake --help-command install (most notably the EXPORT related things...) > > Is t

[CMake] Where to read information about XXXCoinfigYYY.cmake mechanism

2010-01-23 Thread Eric Noulard
Hi there, Where can I read more on how to write/generate appropriate XXXCoinfigYYY.cmake file for a project build with CMake? I did read: cmake --help-command find_package cmake --help-command install (most notably the EXPORT related things...) Is there an example project using/implementing the