Dav1dde / glad

Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.

Home Page:https://glad.dav1d.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] What heppened with the CMakeLists.txt file in the repository root?

yurivict opened this issue · comments

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 CMake files just moved into the cmake directory. Usage changed also a bit, e.g. see one of the examples

cmake/CMakeLists.txt doesn't build anything though.
It doesn't have the add_library(glad ...) instruction.
No other CMakeLists.txt has such instruction.

Correct, glad was never supposed to be built either, it should be integrated directly in tools which use it.