mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
87d75b0ca1
This reverts commit ffb0f84361c8131e9ef0b55a70234dae1bdb5121.
34 lines
625 B
Python
34 lines
625 B
Python
{
|
|
"includes": [
|
|
"target_defaults.gypi",
|
|
"realm.gypi"
|
|
],
|
|
"targets": [
|
|
{
|
|
"target_name": "realm",
|
|
"dependencies": [
|
|
"object-store"
|
|
],
|
|
"sources": [
|
|
"src/node/platform.cpp",
|
|
"src/js_realm.cpp",
|
|
"src/node/node_init.cpp"
|
|
],
|
|
"include_dirs": [
|
|
"src"
|
|
]
|
|
},
|
|
{
|
|
"target_name": "action_after_build",
|
|
"type": "none",
|
|
"dependencies": [ "<(module_name)" ],
|
|
"copies": [
|
|
{
|
|
"files": [ "<(PRODUCT_DIR)/<(module_name).node" ],
|
|
"destination": "<(module_path)"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|