Only the root directory of a platform library were searched for sources, even if a utility sub-directory exists.
This is fixed now as the same search algorithm used for Arduino Libraries is applied here as well.
Also fixed a bug where libraries that support a single architecture which happens to be the platform architecture weren't supported - This case wasn't covered in the cmake code.
Only the root directory of a platform library were searched for sources, even if a utility sub-directory exists. This is fixed now as the same search algorithm used for Arduino Libraries is applied here as well.
Also fixed a bug where libraries that support a single architecture which happens to be the platform architecture weren't supported - This case wasn't covered in the cmake code.
Fixes #43.