6 lines
109 B
CMake
6 lines
109 B
CMake
# ThreadPool + LockFreeQueue test (header-only, no link deps)
|
|
add_executable(
|
|
test_pool
|
|
./pool.cpp
|
|
)
|