boost cmake:Easy Boost集成到CMake项目中 源码
提升CMake 概要 Easy Boost集成到CMake项目中! 程式码范例 在您的项目结构中安装子模块: git submodule add https://github.com/Orphis/boost-cmake.git 用它! 在您的CMakeLists.txt文件中: add_subdirectory(boost-cmake) ... target_link_libraries(lib_using_filesystem PUBLIC Boost::filesystem) target_link_libraries(lib_using_header_only PUBLIC Boost::boost) 配置 Boost将自动从GitHub下载,作为使用repack.sh脚本创建的压缩归档文件。 如果您不满意,则可以使用其他Boost版本,应用自定义补丁或仅在内部网络中镜像当
文件列表
boost-cmake-master.zip
(预估有个48文件)
boost-cmake-master
cmake
Toolchains
ios.cmake
3KB
Modules
StandaloneBuild.cmake
277B
AddBoostTest.cmake
2KB
ccache.cmake
515B
PlatformDetect.cmake
261B
CheckBoostVersion.cmake
474B
暂无评论