progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.63k stars 2.21k forks source link

add cmake and refine code #70

Closed shuai132 closed 4 years ago

shuai132 commented 4 years ago

use hpp(mainly not define method at header file) prevent multiple define add cmake build support ref params

shuai132 commented 4 years ago

@wilx Thanks for your comments, maybe add an CMakeLists.txt is not a good idea for this project.