cmake使用多线程

来源:互联网 发布:arttemlate渲染数据 编辑:程序博客网 时间:2024/06/07 05:13

cmake使用多线程

修改CmakeList.txt

多线程在在cmake下为-pthread,不在是makefile中的-lpthread

0 0