# ThreadPool + LockFreeQueue test (header-only, no link deps)
add_executable(
    test_pool
    ./pool.cpp
)
