Fetch the repository succeeded.
This action will force synchronization from setoutsoft/soui3, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
感谢网友“知之”提供的cmake脚本。
要使用cmake生成VS工程首先需要自己安装cmake(使用cmake 3.4.3 或以上版本)
下面以命令行为例演示如何使用cmake来生成VS工程(将下面代码复制到cmd里执行即可)
rem 假定你的cmake安装在d:\cmake-3.5.2-win32-x86,假定你还没有把cmake\bin目录添加到path环境变量。
rem 把当前目录切换到soui目录。
set path=%path%;d:\cmake-3.5.2-win32-x86\bin
mkdir build
cd build
rem 生成sln
rem cmake .. -G"Visual Studio 9 2008"
rem 生成makefile
cmake .. -G"NMake Makefiles"
nmake
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。