From kde-core-devel Wed Sep 02 12:42:25 2009 From: Parker Coates Date: Wed, 02 Sep 2009 12:42:25 +0000 To: kde-core-devel Subject: Re: new kde-examples module Message-Id: <85d347350909020542t5820beb4j17fe2c8380177f90 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=125189549216033 On Wed, Sep 2, 2009 at 08:30, Aaron J. Seigo wrote: > On September 2, 2009, Friedrich W. H. Kossebau wrote: >> * How to ensure that the examples do not bitrot? > > they already do bitrot. so this would not be a new problem. i do have a hunch, > though, that if more people were actually using the examples we'd hear about > breakage sooner. Could kde-examples not be added to Dirk's dashboard? That's not a perfect system for preventing compile breakage, but it will at least notify the folks on IRC when things do break. Presumably, we'd want each example to be stand-alone and compilable without the the rest of the module, so each would need to have a "top level" CMakeLists.txt file. But would it not be possible to add a module level CMakeLists.txt that add_subdir()s all the individual exampls, enabling on to build the whole thing in a single go? Parker