vulkan-cpp-demo icon indicating copy to clipboard operation
vulkan-cpp-demo copied to clipboard

tifflib missed

Open nrchuanqi opened this issue 2 years ago • 1 comments

where to get tiff.lib

nrchuanqi avatar Nov 15 '22 08:11 nrchuanqi

我使用 vcpkg 添加了这个库 vcpkg install tiff:x64-windows-static

然后在 vulkan-cpp-demo\demo\CMakeLists.txt 中 删除关于 tiff 的部分

最后使用cmake重新生成项目

XS0416 avatar Dec 22 '22 12:12 XS0416