File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
optional19.lib/optional19
serialize19.lib/serialize19 Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Product {
44
55 Export {
66 Depends { name: " cpp" }
7- cpp .includePaths : [ " .." ]
7+ cpp .includePaths : exportingProduct . sourceDirectory + " / .."
88 Depends { name: " cpp19" }
99 }
1010
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ StaticLibrary {
2525
2626 Export {
2727 Depends { name: " cpp" }
28- cpp .includePaths : [" .." ]
28+ cpp .includePaths : [ exportingProduct . sourceDirectory + " / .." ]
2929 Depends { name: " array19" }
3030
3131 Properties {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Product {
66
77 Export {
88 Depends { name: " cpp" }
9- cpp .includePaths : [" .." ]
9+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
1010 Depends { name: " string19" }
1111 }
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Product {
66
77 Export {
88 Depends { name: " cpp" }
9- cpp .includePaths : [" .." ]
9+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
1010 Depends { name: " enum19" }
1111 }
1212
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Product {
55
66 Export {
77 Depends { name: " cpp" }
8- cpp .includePaths : [" .." ]
8+ cpp .includePaths : [ exportingProduct . sourceDirectory + " / .." ]
99 Depends { name: " cpp19" }
1010
1111 Depends { name: " array19" }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Product {
44
55 Export {
66 Depends { name: " cpp" }
7- cpp .includePaths : [" .." ]
7+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
88 Depends { name: " array19" }
99 }
1010
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Product {
55
66 Export {
77 Depends { name: " cpp" }
8- cpp .includePaths : [" .." ]
8+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
99 Depends { name: " meta19" }
1010 }
1111
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Product {
44
55 Export {
66 Depends { name: " cpp" }
7- cpp .includePaths : [" .." ]
7+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
88 Depends { name: " meta19" }
99 }
1010
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Product {
1111
1212 Export {
1313 Depends { name: " cpp" }
14- cpp .includePaths : [" .." ]
14+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
1515 Depends { name: " meta19" }
1616 }
1717
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Product {
55
66 Export {
77 Depends { name: " cpp" }
8- cpp .includePaths : [" .." ]
8+ cpp .includePaths : [exportingProduct . sourceDirectory + " / .." ]
99 Depends { name: " meta19" }
1010 }
1111
You can’t perform that action at this time.
0 commit comments