Hi CTK developers,<div><br></div><div>I'm not sure we ever discussed it before (I think I remember Marco talking about it sometime) but I'd like to make sure we all agree that "files inclusions must be alphabetically ordered in CMakeLists.txt" (except if there is an obvious different category ordering).</div>

<div>This is helpful for 2 reasons:</div><div> - It is less prone to generate conflicts when rebasing. If two commits add a file, they are less unlikely to conflict if they are alphabetically ordered than if they both are added at the bottom of the list.</div>

<div> - (Faster to lookup a file in the cmakelists)</div><div><br></div><div>Of course, the discussion is open, so please share your thoughts !</div><div><br></div><div>Regards,</div><div>Julien.</div>