Files

6 lines
109 B
CMake
Raw Permalink Normal View History

2026-07-22 22:02:06 +08:00
# ThreadPool + LockFreeQueue test (header-only, no link deps)
add_executable(
test_pool
./pool.cpp
)