blob: 82a956e2b9e3c40d97a96d53b0a29e6673678e77 [file] [log] [blame]
{
'TOOLS': ['newlib', 'glibc', 'bionic', 'pnacl', 'win', 'linux'],
'TARGETS': [
{
'NAME' : 'graphics_3d',
'TYPE' : 'main',
'SOURCES' : [
'graphics_3d.cc',
'matrix.cc',
'matrix.h',
'texture.cc',
],
'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
}
],
'DATA': [
'example.js'
],
'DEST': 'examples/api',
'NAME': 'graphics_3d',
'TITLE': 'Graphics 3D',
'GROUP': 'API'
}