How to test if CMake found a library with find_library

前端 未结 2 1523
忘了有多久
忘了有多久 2020-12-30 20:25

I find the library with the find_library function

find_library(MY_LIB lib PATHS ${MY_PATH})

If the library is found, ${MY_

2条回答
提交回复
热议问题