Files
yoga/javascript/binding.gyp
Pritesh Nandgaonkar 02c00f2711 Change c files to cpp
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
2017-11-21 10:28:51 -08:00

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"
]
}