Help Rewriting kdepim/akonadi/agents/nie/CMakeLists.txt
Alexander Neundorf
neundorf at kde.org
Thu Jul 24 00:09:37 CEST 2008
On Thursday 24 July 2008, Brad King wrote:
...
> files to be used during the same build. All the build rules have to be
> generated ahead of time. You can run nepomuk-rcgen during the cmake
> configuration step with execute_process, but that will run every time
> and not have dependencies.
Maybe
if( <file1> IS_NEWER_THAN <file2> )
could be used to run it not always but only in same cases ?
Alex
More information about the Kde-buildsystem
mailing list