You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.) Do sudo make install
2.) Then add the following lines in your cmake project file.
find_package(glad REQUIRED)target_link_libraries(${PROJECT_NAME} glad::glad)