Using cmakes.
I know how to link with one dynamic lib file (i.e. *.so file).
Now I have about 70 such files to link with. I can put all of them under a folder, how can I link with every individual so file under a folder? it is really painful to specify each of them in cmakes.
Thanks a lot!
question from:https://stackoverflow.com/questions/65945359/how-to-link-with-a-folder-of-so-dynamic-lib-files