minecraft-weekend
minecraft-weekend copied to clipboard
glad.h is not found
I don't know why in glad.c file there is an error which says "'glad/glad.h' file not found" in include/glad, but in result glad.h is actually in there.
Same issue here :(
same :(
I'm using Neovim with clangd as my LSP, and after manually specifying the paths in .clangd the problems went away. Here's how my config file looks like:
CompileFlags:
Add: ["-I/your/directory/minecraft-weekend/lib/glad/include", "-I/your/directory/minecraft-weekend/lib/glfw/include", "-I/your/directory/minecraft-weekend/lib/cglm/include/" ]