I'm trying to link opengl32 to my project through cmake. I tried
set(LIBS "opengl32.dll" "${CMAKE_CURRENT_SOURCE_DIR}/vendor/GLFW/include")
target_link_libraries(${PROJECT_NAME} ${LIBS})
but when I tried to run the program, it gives me unresolved external symbol _glfwInit referenced in function ...