mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Added a new example.
This commit is contained in:
@@ -746,6 +746,12 @@ solution "eepp"
|
||||
files { "src/examples/fonts/*.cpp" }
|
||||
build_link_configuration( "eefonts" )
|
||||
|
||||
project "eepp-vbo-fbo-batch"
|
||||
kind "WindowedApp"
|
||||
language "C++"
|
||||
files { "src/examples/vbo_fbo_batch/*.cpp" }
|
||||
build_link_configuration( "eevbo-fbo-batch" )
|
||||
|
||||
if os.isfile("external_projects.lua") then
|
||||
dofile("external_projects.lua")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user