Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在用 C++ 编写代码,该代码从目录中读取一组 3D .vtk 文件,并将 3D 点存储到 ArrayFire 数组中,以便我可以实现 PCA。
问题是我需要用cmake编译VTK。但是当我这样做时,arrayFire 会给出错误 LNK2019 和错误 LNK2001。
我在 MSDN 中检查了这个错误,但我仍然不清楚如何解决它。
有谁知道如何将 ArrayFire 添加到我的 CMakefile 中,以便我可以和平地构建 VTK 和 arrayFire?
谢谢。