cmake编译的步骤:
1.创建两个文件夹,都放在xxx源文件夹下
xxx_temp_file 用于存放cmake产生的项目文件
xxx 用于保存编译成功后的bin, include, lib等文件
2.CMake编译
(1)where is the source code 选择 编译的源文件所在的文件夹位置
where to build the binaries 选择 xxx_temp_file ,存放CMake编译后产生的项目文件
(2)点击Configure,选择编译器:Visual studio 10 2010 Win64,选择电脑所安装的vs版本类型
点击configure,等待configure完成。
(3)cmake的选项中勾选BUILD_SHARED_LIBS.(用于创建共享库和dll文件,并且保存其他格式和编码)
勾选Advanced之后更改C