Commit ac98986
Test: replace the bundled msgpuck library with a
Replace bundled msgpuck library with `FetchContent` call during test build
configuration for simpler maintenance: remove the `MP_LIBRARY` macro
definition from EncDecGPerfTest, since we now link directly against the
`msgpuck` library target exported by the tarantool/msgpuck project.
Unfortunately, the `msgpuck` library target does not have interface headers
set, so we need to manually set the header include directory.
Closes #60FetchContent call1 parent ac90048 commit ac98986
4 files changed
+12
-3894
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
126 | 135 | | |
127 | 136 | | |
128 | 137 | | |
129 | | - | |
| 138 | + | |
| 139 | + | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
| |||
221 | 231 | | |
222 | 232 | | |
223 | 233 | | |
224 | | - | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
227 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
0 commit comments