Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
970 views
in Technique[技术] by (71.8m points)

cmake - How to link with a folder of *.so dynamic lib files?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...