forked from nextgis-borsch/lib_variant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariant.gyp
35 lines (35 loc) · 833 Bytes
/
variant.gyp
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
{
"includes": [
"common.gypi"
],
"targets": [
{
"target_name": "tests",
"type": "executable",
"sources": [
"test/unit.cpp",
"test/t/binary_visitor_1.cpp",
"test/t/binary_visitor_2.cpp",
"test/t/binary_visitor_3.cpp",
"test/t/binary_visitor_4.cpp",
"test/t/binary_visitor_5.cpp",
"test/t/binary_visitor_6.cpp",
"test/t/issue21.cpp",
"test/t/mutating_visitor.cpp",
"test/t/optional.cpp",
"test/t/recursive_wrapper.cpp",
"test/t/sizeof.cpp",
"test/t/unary_visitor.cpp",
"test/t/variant.cpp"
],
"xcode_settings": {
"SDKROOT": "macosx",
"SUPPORTED_PLATFORMS":["macosx"]
},
"include_dirs": [
"./",
"test/include"
]
}
]
}