CMake package for glad2.
conda install main::glad2-cmake
Example of use:
find_package(Glad CONFIG REQUIRED) glad_add_library(glad_gl_core_mx_33 REPRODUCIBLE MX API gl:core=3.3)
and link glad_gl_core_mx_33 to target
glad_gl_core_mx_33