FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/libcpptest/libcpptest.gyp at bugfix-23149 · livecode/livecode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
livecode
/
livecode
Public archive
Notifications
You must be signed in to change notification settings
Fork
223
Star
517
Code
Pull requests
189
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
libcpptest
/
libcpptest.gyp
Copy path
More file actions
More file actions
Latest commit
History
History
History
87 lines (77 loc) · 1.23 KB
Breadcrumbs
livecode
/
libcpptest
/
libcpptest.gyp
Copy path
File metadata and controls
87 lines (77 loc) · 1.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
'variables'
:
{
'module_name'
:
'libcpptest'
,
'module_test_sources'
:
[
'test/trivial.cpp'
,
],
},
'includes'
:
[
'../common.gypi'
,
'../config/cpptest.gypi'
,
],
'targets'
:
[
{
'target_name'
:
'libcpptest'
,
'type'
:
'static_library'
,
'variables'
:
{
'library_for_module'
:
1
,
},
'include_dirs'
:
[
'googletest/googletest/include'
,
'googletest/googletest'
,
],
'sources'
:
[
'googletest/googletest/src/gtest-all.cc'
,
'src/gtest_main.cpp'
,
'src/MCTapListener.cpp'
,
],
'defines'
:
[
'GTEST_HAS_POSIX_RE=0'
,
'GTEST_HAS_PTHREAD=0'
,
'GTEST_HAS_RTTI=0'
,
'GTEST_HAS_EXCEPTIONS=0'
,
],
'all_dependent_settings'
:
{
'defines'
:
[
'GTEST_HAS_POSIX_RE=0'
,
'GTEST_HAS_PTHREAD=0'
,
'GTEST_HAS_RTTI=0'
,
'GTEST_HAS_EXCEPTIONS=0'
,
],
'include_dirs'
:
[
'googletest/googletest/include'
,
],
},
'conditions'
:
[
[
'OS == "emscripten"'
,
{
'include_dirs'
:
[
'$(EMSCRIPTEN)/system/lib/libcxxabi/include'
,
],
'all_dependent_settings'
:
{
'include_dirs'
:
[
'$(EMSCRIPTEN)/system/lib/libcxxabi/include'
,
],
},
},
],
],
},
],
}
Back
|
FazBrowse Home
|
New Git URL