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