diff --git a/premake5.lua b/premake5.lua index d78ef3f..697b8db 100755 --- a/premake5.lua +++ b/premake5.lua @@ -114,6 +114,8 @@ project "librw" defines { "LODEPNG_NO_COMPILE_CPP" } files { "src/*.*" } files { "src/*/*.*" } + filter { "platforms:*gl3" } + files { "src/gl/glad/*.*" } project "dumprwtree" kind "ConsoleApp"