more premake4 fun and tests

This commit is contained in:
erwin.coumans
2011-09-03 00:27:54 +00:00
parent 82234e6f33
commit c8b3c9e306
28 changed files with 2248 additions and 7 deletions

View File

@@ -0,0 +1,27 @@
project "NativeClientTumbler"
kind "ConsoleApp"
targetdir "bin_html"
includedirs { "." }
--libdirs {}
links {
"ppapi_gles2",
"ppapi",
"ppapi_cpp",
"ppruntime"
}
files {
"cube.cc",
"opengl_context.cc",
"scripting_bridge.cc",
"shader_util.cc",
"transforms.cc",
"tumbler.cc",
"tumbler_module.cc"
}