If I have two dynamic libraries which provided by two different suppliers, and they have one class with the same name, and they have no namespace. And I want to use these two classes together in one program at the same time.So could it work?
If it could, how would I write my CMakeList to do the link?