Skip to content

Commit a6da44a

Browse files
save file
1 parent a8817ef commit a6da44a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)