在Windows上使用CMake+CMakeLists.txt生成VS项目编译DlibDotnet库

一、下次源库

  地址:https://github.com/takuya-takeuchi/DlibDotNet

二、下载CMake3以上版本

  地址:https://cmake.org/download/

三、下载源版Dlib

  地址:https://github.com/davisking/dlib

四、生成VS2015项目

  命令:cmake -G "Visual Studio 14 2015 Win64" -DDLIB_PATH="D:\Project\AIProject\dlib-19.7\dlib-19.7"

五、生成如下

扫描二维码关注公众号,回复: 2239496 查看本文章

猜你喜欢

转载自www.cnblogs.com/songxingzhu/p/9334430.html