CMAKE - find_library

If you are building your project environments, which involves including, linking libraries, you need to write FindYourApplication.cmake file and include it in your project.

find_path() and find_library() functions are required.

Reference: https://cmake.org/cmake/help/latest/command/find_library.html