We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb0241b commit 2dd8103Copy full SHA for 2dd8103
1 file changed
blog/26-04-16/node-gyp-always-on-top/ex/binding.gyp
@@ -1,16 +1,17 @@
1
{
2
- "targets": [
3
- {
4
- "target_name": "always-on-top",
5
- "sources": [ "always-on-top.cpp" ],
6
- "include_dirs": [
7
- "C:/work/code/win/always-on-top/node_modules/node-addon-api"
8
- ],
9
- "dependencies": [
10
- "<!(node -p \"require('node-addon-api').gyp\")"
11
12
- "defines": [ "NODE_ADDON_API_CPP_EXCEPTIONS" ],
13
- "cflags_cc": [ "-std=c++17" ]
14
- }
15
- ]
+ "targets" : [
+ {
+
+ "target_name" : "always-on-top",
+ "sources" : ["always-on-top.cpp"],
+ "include_dirs" : ["C:/work/code/win/always-on-top/node_modules/node-addon-api"],
+ "dependencies" : ["<!(node -p \"require('node-addon-api').gyp\")"],
+ "defines" : ["NODE_ADDON_API_CPP_EXCEPTIONS"],
+ "cflags_cc" : ["-std=c++17"]
+ }
16
+ ]
17
}
0 commit comments