cpp
This commit is contained in:
14
binding.gyp
Normal file
14
binding.gyp
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "anime_core",
|
||||
"cflags!": [ "-fno-exceptions" ],
|
||||
"cflags_cc!": [ "-fno-exceptions" ],
|
||||
"sources": [ "./src/main.cpp" ],
|
||||
"include_dirs": [
|
||||
"<!@(node -p \"require('node-addon-api').include\")"
|
||||
],
|
||||
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user