我正在尝试链接我的库和opencv库。 Cmake正常工作,构建解决方案但发生链接器错误。似乎cmake无法将opencv lib链接到我的库。
This is an error which visual studio has.
CMakeLists configuration for opencv lib
这是负责链接库的CMakeLists conf。
# link libs
target_link_libraries(${APP_NAME} ${OpenCV_LIBS})
我非常感谢你的帮助。
答案 0 :(得分:0)
CMakeLists.txt我用于配置OpenCV应用程序。
.hpp
它工作正常,但检查你的opencv路径不包含空格
(它不喜欢像“C:/ Documents / Visual Studio 2015 / Projects / opencv_build”这样的路径。)