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
We have the FreeBSD port graphics/glad with version 0.1.36 that builds a cmake-based project.
Now 2.x.x doesn't have a cmake file any more.
Was the project re-written in Python?
The text was updated successfully, but these errors were encountered:
cmake/CMakeLists.txt doesn't build anything though.
It doesn't have the add_library(glad ...) instruction.
No other CMakeLists.txt has such instruction.
as is, the CMakeLists build of the included code sample is broken and there doesn't appear to be any instructions on how to get this code sample to work
glad\example\c++\multiwin_mx\multiwin_mx.cpp(3,10): error C1083: Cannot open include file: 'glad/gl.h': No such file or director
i would also suggest having cmake fetch glfw automatically if it is not yet a target.
We have the FreeBSD port graphics/glad with version 0.1.36 that builds a cmake-based project.
Now 2.x.x doesn't have a cmake file any more.
Was the project re-written in Python?
The text was updated successfully, but these errors were encountered: