mtcute/packages/crypto-node/binding.gyp
2021-05-01 21:22:20 +03:00

17 lines
379 B
Python

{
"targets": [
{
"target_name": "crypto",
"sources": [
"../crypto/aes256.c",
"../crypto/aes256.h",
"../crypto/ige256.c",
"../crypto/ige256.h",
"lib/entry.cpp",
],
"cflags_cc": [
"-std=c++17"
]
}
]
}