mirror of https://github.com/aap/librw.git
actually disable c++ stuff in lodepng
This commit is contained in:
parent
bd0614877f
commit
99c15d5ed7
|
@ -120,6 +120,7 @@ project "librw"
|
|||
kind "StaticLib"
|
||||
targetname "rw"
|
||||
targetdir (Libdir)
|
||||
defines { "LODEPNG_NO_COMPILE_CPP" }
|
||||
files { "src/*.*" }
|
||||
files { "src/*/*.*" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue