21 lines
337 B
Python
21 lines
337 B
Python
{
|
|
"includes": [
|
|
"common.gypi"
|
|
],
|
|
"targets": [
|
|
{
|
|
"target_name": "tests",
|
|
"type": "executable",
|
|
"sources": [
|
|
"test/unit.cpp"
|
|
],
|
|
"xcode_settings": {
|
|
"SDKROOT": "macosx",
|
|
"SUPPORTED_PLATFORMS":["macosx"]
|
|
},
|
|
"include_dirs": [
|
|
"./"
|
|
]
|
|
}
|
|
]
|
|
} |