mirror of https://github.com/aap/librw.git
Add glad to premake file if platform includes gl3
This commit is contained in:
parent
e62a124b8c
commit
dfae381e11
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue