File tree Expand file tree Collapse file tree 1 file changed +40
-40
lines changed Expand file tree Collapse file tree 1 file changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- " targets" : [{
3
- " target_name" : " robotjs" ,
4
- " include_dirs" : [
5
- " <!(node -e \" require(' nan') \" )"
2
+ ' targets' : [{
3
+ ' target_name' : ' robotjs' ,
4
+ ' include_dirs' : [
5
+ ' <!(node -e \' require(" nan") \' )'
6
6
],
7
7
8
- " cflags" : [
9
- " -Wall" ,
10
- " -Wparentheses" ,
11
- " -Winline" ,
12
- " -Wbad-function-cast" ,
13
- " -Wdisabled-optimization" ,
14
- " -Wshadow"
8
+ ' cflags' : [
9
+ ' -Wall' ,
10
+ ' -Wparentheses' ,
11
+ ' -Winline' ,
12
+ ' -Wbad-function-cast' ,
13
+ ' -Wdisabled-optimization' ,
14
+ ' -Wshadow'
15
15
],
16
16
17
- " conditions" : [
18
- [" OS == \ " mac\" " , {
19
- " include_dirs" : [
20
- " System/Library/Frameworks/CoreFoundation.Framework/Headers" ,
21
- " System/Library/Frameworks/Carbon.Framework/Headers" ,
22
- " System/Library/Frameworks/ApplicationServices.framework/Headers" ,
23
- " System/Library/Frameworks/OpenGL.framework/Headers" ,
17
+ ' conditions' : [
18
+ [' OS == "mac"' , {
19
+ ' include_dirs' : [
20
+ ' System/Library/Frameworks/CoreFoundation.Framework/Headers' ,
21
+ ' System/Library/Frameworks/Carbon.Framework/Headers' ,
22
+ ' System/Library/Frameworks/ApplicationServices.framework/Headers' ,
23
+ ' System/Library/Frameworks/OpenGL.framework/Headers' ,
24
24
],
25
- " link_settings" : {
26
- " libraries" : [
27
- " -framework Carbon" ,
28
- " -framework CoreFoundation" ,
29
- " -framework ApplicationServices" ,
30
- " -framework OpenGL"
25
+ ' link_settings' : {
26
+ ' libraries' : [
27
+ ' -framework Carbon' ,
28
+ ' -framework CoreFoundation' ,
29
+ ' -framework ApplicationServices' ,
30
+ ' -framework OpenGL'
31
31
]
32
32
}
33
33
}],
34
34
35
- [" OS == \ " linux\" " , {
36
- " link_settings" : {
37
- " libraries" : [
38
- " -lpng" ,
39
- " -lz" ,
40
- " -lX11" ,
41
- " -lXtst"
35
+ [' OS == "linux"' , {
36
+ ' link_settings' : {
37
+ ' libraries' : [
38
+ ' -lpng' ,
39
+ ' -lz' ,
40
+ ' -lX11' ,
41
+ ' -lXtst'
42
42
]
43
43
}
44
44
}]
45
45
],
46
46
47
- " sources" : [
48
- " src/robotjs.cc" ,
49
- " src/deadbeef_rand.c" ,
50
- " src/mouse.c" ,
51
- " src/keypress.c" ,
52
- " src/keycode.c" ,
53
- " src/screen.c" ,
54
- " src/screengrab.c" ,
55
- " src/MMBitmap.c"
47
+ ' sources' : [
48
+ ' src/robotjs.cc' ,
49
+ ' src/deadbeef_rand.c' ,
50
+ ' src/mouse.c' ,
51
+ ' src/keypress.c' ,
52
+ ' src/keycode.c' ,
53
+ ' src/screen.c' ,
54
+ ' src/screengrab.c' ,
55
+ ' src/MMBitmap.c'
56
56
]
57
57
}]
58
58
}
You can’t perform that action at this time.
0 commit comments