Summary: Update build file to include subdirectories of yoga also in sources Reviewed By: davidaurelio Differential Revision: D16560253 fbshipit-source-id: 5dee4379912e003d4a1fa611882fbf736321615c
30 lines
516 B
Python
30 lines
516 B
Python
{
|
|
"targets": [{
|
|
"includes": [
|
|
"auto.gypi",
|
|
"final-flags.gypi"
|
|
],
|
|
|
|
"sources": [
|
|
"<!@(ls -1 sources/yoga/*.cpp)",
|
|
"<!@(ls -1 sources/yoga/*/*.cpp)",
|
|
"sources/Config.cc",
|
|
"sources/Node.cc",
|
|
"sources/global.cc",
|
|
"sources/nbind.cc"
|
|
],
|
|
|
|
"cflags": [
|
|
"-DNBIND"
|
|
],
|
|
|
|
"include_dirs": [
|
|
"sources"
|
|
]
|
|
}],
|
|
|
|
"includes": [
|
|
"auto-top.gypi"
|
|
]
|
|
}
|