Commit 6b6f323
build: register thread_pool_internal sources in meson build
CMake builds picked up the new files automatically via the explicit source
list, but the parallel meson build needs the same registration. Adds
util/thread_pool_internal.cc to src/iceberg/meson.build and thread_pool_test.cc
to src/iceberg/test/meson.build (under util_test).
Fixes the link error on the Meson CI lanes:
undefined reference to `iceberg::ThreadPool::ThreadPool(unsigned long)'
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4f89097 commit 6b6f323
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments