无法在不存在的目标中添加目标级依赖项以在opencv模块中添加依赖项

时间:2014-03-12 09:47:39

标签: c++ opencv cmake

我得到了

Cannot add target-level dependencies to non-existent target

这是我的cmakelists.txt

set(the_description "Ascend OpenCV Pipeline")

INCLUDE_DIRECTORIES("C:\\dev\\LibRaw-0.16.0")
LINK_DIRECTORIES("C:\\dev\\LibRaw-0.16.0\\build\\Debug")

ocv_define_module(ascend opencv_imgproc OPTIONAL opencv_highgui)

add_dependencies(ascend raw)

我该如何正确地做到这一点。另外,如何将路径移动到cmake属性,以便我可以在cmake gui中设置它们。那么发布/调试设置呢? (我使用cmake gui生成visual studio解决方案)

0 个答案:

没有答案