mirror of
https://github.com/aap/librw.git
synced 2025-12-30 14:29:57 +00:00
fixed gl3 renderer
This commit is contained in:
@@ -40,6 +40,10 @@ workspace "librw"
|
||||
system "windows"
|
||||
filter { "platforms:linux*" }
|
||||
system "linux"
|
||||
|
||||
filter "action:vs*"
|
||||
buildoptions { "/wd4996" }
|
||||
|
||||
filter {}
|
||||
|
||||
Libdir = "lib/%{cfg.platform}/%{cfg.buildcfg}"
|
||||
@@ -58,4 +62,4 @@ project "dumprwtree"
|
||||
files { "tools/dumprwtree/*" }
|
||||
includedirs { "." }
|
||||
libdirs { Libdir }
|
||||
links { "librw" }
|
||||
links { "librw" }
|
||||
|
||||
Reference in New Issue
Block a user