How to use find_library command to find multiple libs in Cmake?

Viewed 36

I want to link my target lib to batch of libs, which locate at one particular directory. But it seems that find_library command can match only one lib at a time.

0 Answers
Related