(hooks): sheldon does not order external libraries includes properly
Summary
Sometimes sheldon does not order external libraries properly, they are ordered as a sight library.
Steps to reproduce
I don't really know how to reproduce it, it may happens when sheldon is applied on a file with an include of boost.
Try with arData/Camera.cpp
What is the current bug behavior?
Include are not properly ordered.
What is the expected correct behavior?
Includes are properly ordered.
Possible fixes
Sheldon try to find sight libraries and modules by searching Bundles
and SrcLib
, we must replace that by the new names.
Edited by Emilie WERNERT