FeiGeChuanShu / GFPGAN-ncnn

a naive NCNN implementation of GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration
75 stars 18 forks source link

Can not link target, missing file ncnn.lib #2

Closed Sg4Dylan closed 2 years ago

Sg4Dylan commented 2 years ago

OS: Windows 10 21H1 Build tool: Visual Studio 2019

Commands:

mkdir build
cd build
cmake ..
cmake --build .

Result:

LINK : fatal error LNK1104: 无法打开文件“ncnn.lib” [D:\GFPGAN-ncnn\build\ncnn_gfpgan.vcxproj]
FeiGeChuanShu commented 2 years ago

自己用最新的ncnn代码编译一个即可

Sg4Dylan commented 2 years ago

换成源码,用 nmake 编译可以了