Summary: Changed the extensions of c files to cpp and made the project build successfully Reviewed By: gkassabli Differential Revision: D6271299 fbshipit-source-id: 66c0e54ccf019d72d1fd0b4d117826e4e84fdc89
32 lines
477 B
Python
32 lines
477 B
Python
{
|
|
"targets": [ {
|
|
|
|
"includes": [
|
|
"auto.gypi",
|
|
"final-flags.gypi"
|
|
],
|
|
|
|
"sources": [
|
|
"sources/yoga/YGNodeList.cpp",
|
|
"sources/yoga/Yoga.cpp",
|
|
"sources/Config.cc",
|
|
"sources/Node.cc",
|
|
"sources/global.cc",
|
|
"sources/nbind.cc"
|
|
],
|
|
|
|
"cflags": [
|
|
"-DNBIND"
|
|
],
|
|
|
|
"include_dirs": [
|
|
"sources"
|
|
]
|
|
|
|
} ],
|
|
|
|
"includes": [
|
|
"auto-top.gypi"
|
|
]
|
|
}
|