How do I tell Cmake to link to a static library instead of a shared one when using find_package()?
I’m working on a C++ project where I need to link against the GLFW library, specifically using the static library.
I’m working on a C++ project where I need to link against the GLFW library, specifically using the static library.