We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b7073 + 9efb249 commit 386f402Copy full SHA for 386f402
doc/CMakeLists.txt
@@ -183,6 +183,8 @@ if(BUILD_DOCS AND DOXYGEN_FOUND)
183
set(ocv_js_dir "${CMAKE_BINARY_DIR}/bin")
184
set(ocv_js "opencv.js")
185
list(APPEND js_assets "${ocv_js_dir}/${ocv_js}")
186
+ elseif(DEFINED OPENCV_JS_LOCATION)
187
+ list(APPEND js_assets "${OPENCV_JS_LOCATION}")
188
endif()
189
190
# copy haar cascade files
0 commit comments