mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 04:27:44 +08:00
18 lines
285 B
Python
18 lines
285 B
Python
# Picasso - a vector graphics library
|
|
#
|
|
# Copyright (C) 2013 Zhang Ji Peng
|
|
# Contact: onecoolx@gmail.com
|
|
|
|
{
|
|
'variables': {
|
|
},
|
|
'includes': [
|
|
'./third_party/third_party.gypi',
|
|
'./src/src.gypi',
|
|
'./ext/ext.gypi',
|
|
'./test/test.gypi',
|
|
'./demos/demos.gypi'
|
|
]
|
|
}
|
|
|