mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
14 lines
263 B
Python
14 lines
263 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "addon",
|
|
"sources": [ "cpp/simplex.cc" ],
|
|
"libraries": [
|
|
"-Wl,-rpath,libs",
|
|
"-L<(module_root_dir)/build/Release/",
|
|
"-L<(module_root_dir)/libs",
|
|
"-lsimplex"
|
|
]
|
|
}
|
|
]
|
|
} |