11 2016 档案
摘要:Boost.Build 2015.07-git 项目帮助: 项目在Jamroot有Jamfile文件 用法: B2 [options] [properties] [install|stage] 构建和安装Boost 目标及相关选项: Targets and ...
阅读全文
摘要:CMake生成Unicode版本VC工程 Just add this line in your top CMakeLists.txt file: add_definitions(-DUNICODE -D_UNICODE) if(MSVC) add_definitions(-DUNICODE -D_U
阅读全文