CMake中查找Boost库-FindBoost

474 阅读1分钟

有时在编写C++程序时,需要依赖于Boost库,使用cmake进行管理编译无疑是不错的选择,cmake官网提供了查找Boost库的方式,连接为:cmake.org/cmake/help/…