Properly export ET_USE_THREADPOOL from the threadpool extension (#8947)
We had a bunch of targets that would define this macro ad-hoc. It's supposed to indicate that the threadpool extension is available, so just make sure that we have it as a PUBLIC target_compile_definition in CMake and an exported_preprocessor_flags entry in Buck for extension_threadpool. Test Plan: CI on following NOCOMMIT PR, which fails builds if ET_USE_THREADPOOL is not defined in affected places. Needed for #8932.
S
Scott Wolchok committed
f23971a6b573840311d6078d8f9fbf837b924574
Parent: b8f66f9
Committed by GitHub <noreply@github.com>
on 3/7/2025, 8:38:43 PM