We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8817ef commit a6da44aCopy full SHA for a6da44a
1 file changed
blog/26-04-16/node-gyp-always-on-top/ex/binding.gyp
@@ -0,0 +1,16 @@
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
+ ]
16
+}
0 commit comments