- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / examples / api / graphics_3d / example.dsc
1 {
2   'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3   'TARGETS': [
4     {
5       'NAME' : 'graphics_3d',
6       'TYPE' : 'main',
7       'SOURCES' : [
8         'graphics_3d.cc',
9         'matrix.cc',
10         'matrix.h',
11         'texture.cc',
12       ],
13       'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread']
14     }
15   ],
16   'DATA': [
17     'example.js'
18   ],
19   'DEST': 'examples/api',
20   'NAME': 'graphics_3d',
21   'TITLE': 'Graphics 3D',
22   'GROUP': 'API'
23 }
24
25
26