more premake4 fun and tests
This commit is contained in:
27
Demos/NativeClient/premake4.lua
Normal file
27
Demos/NativeClient/premake4.lua
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user