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.
我正在使用 CLion 构建一个包含多个标头和源的相当大的项目,它使用 CMake 作为构建系统。这是一个 OpenCV 项目,我已经指定了 include、libs、target_link ......一切。它甚至编译每个源文件并生成目标文件。
但是当它进入链接阶段时,它会抛出“未定义的引用”错误,这些错误绝对指向项目中使用的每一个 OpenCV 库函数,数量为数百。帮助解决这个难题将不胜感激。
真诚的, 感激的客人。