Re: [CLucene-dev] FindCLucene.cmake Module

2010-08-19 Thread Ben van Klinken
KDE has a findclucene module as it is used in their default desktop search implementation http://websvn.kde.org/trunk/KDE/kdebase/runtime/cmake/modules/FindCLucene.cmake?view=log On 18 August 2010 21:50, Veit Jahns wrote: > Ahmed, > > I don't know, if there is a open source project using CLucen

Re: [CLucene-dev] FindCLucene.cmake Module

2010-08-18 Thread Veit Jahns
Ahmed, I don't know, if there is a open source project using CLucene as well as CMake, where you can borrow a find-module. I'm also not an CMake expert, but some months ago I wrote a small find-module for a third-party program for our own project. It wasn't so hard, so I think you should give it a

[CLucene-dev] FindCLucene.cmake Module

2010-08-11 Thread Ahmed
hi I'm using clucene in my project and i want to use cmake build system. where can i find a cmake module that can find clucene libraries and headers? or should i write my own? I'm really new to cmake and i don't know how to write a module. Ahmed -