提交 9efb2494 编写于 作者: A Alexander Alekhin

doc: fix documentation generation with JavaScript bindings

上级 55b7073a
......@@ -183,6 +183,8 @@ if(BUILD_DOCS AND DOXYGEN_FOUND)
set(ocv_js_dir "${CMAKE_BINARY_DIR}/bin")
set(ocv_js "opencv.js")
list(APPEND js_assets "${ocv_js_dir}/${ocv_js}")
elseif(DEFINED OPENCV_JS_LOCATION)
list(APPEND js_assets "${OPENCV_JS_LOCATION}")
endif()
# copy haar cascade files
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册