We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8c717 commit bb889a1Copy full SHA for bb889a1
1 file changed
blog/26-04-16/node-gyp-always-on-top/ex/binding.gyp
@@ -1,19 +1,17 @@
1
{
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
- ]
+ "targets" : [
+ {
+ "target_name" : "always-on-top",
+ "sources" : ["always-on-top.cpp"],
+
+ "include_dirs" : ["node_modules/node-addon-api"],
+ "dependencies" : ["<!(node -p \"require('node-addon-api').gyp\")"],
+ "defines" : ["NODE_ADDON_API_CPP_EXCEPTIONS"],
+ "cflags_cc" : ["-std=c++17"]
+ }
+ ]
17
}
18
19
0 commit comments