Skip to content

Commit bb889a1

Browse files
save file
1 parent 6d8c717 commit bb889a1

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

blog/26-04-16/node-gyp-always-on-top/ex/binding.gyp

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
"targets" : [
3-
{
4-
5-
"target_name" : "always-on-top",
6-
"sources" : ["always-on-top.cpp"],
7-
8-
"include_dirs" : ["node_modules/node-addon-api"],
9-
10-
"dependencies" : ["<!(node -p \"require('node-addon-api').gyp\")"],
11-
12-
"defines" : ["NODE_ADDON_API_CPP_EXCEPTIONS"],
13-
"cflags_cc" : ["-std=c++17"]
14-
15-
}
16-
]
2+
"targets" : [
3+
{
4+
"target_name" : "always-on-top",
5+
"sources" : ["always-on-top.cpp"],
6+
7+
"include_dirs" : ["node_modules/node-addon-api"],
8+
9+
"dependencies" : ["<!(node -p \"require('node-addon-api').gyp\")"],
10+
11+
"defines" : ["NODE_ADDON_API_CPP_EXCEPTIONS"],
12+
"cflags_cc" : ["-std=c++17"]
13+
}
14+
]
1715
}
1816

1917

0 commit comments

Comments
 (0)