awtk/3rd/picasso/picasso.gyp

18 lines
285 B
Plaintext
Raw Normal View History

2018-04-24 17:38:22 +08:00
# Picasso - a vector graphics library
#
# Copyright (C) 2013 Zhang Ji Peng
# Contact: onecoolx@gmail.com
{
'variables': {
},
'includes': [
2018-04-26 11:31:20 +08:00
'./third_party/third_party.gypi',
2018-04-24 17:38:22 +08:00
'./src/src.gypi',
2018-04-26 11:31:20 +08:00
'./ext/ext.gypi',
2018-04-24 17:38:22 +08:00
'./test/test.gypi',
'./demos/demos.gypi'
]
}