Now building all functions (not classes) in core, imgproc, ml and highgui
This commit is contained in:
@@ -313,7 +313,7 @@ macro(ocv_glob_modules)
|
||||
|
||||
# TODO: Undo this change to build all modules
|
||||
#file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*")
|
||||
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/core" "${__path}/imgproc" "${__path}/matlab")
|
||||
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/core" "${__path}/imgproc" "${__path}/ml" "${__path}/highgui" "${__path}/matlab")
|
||||
if(__ocvmodules)
|
||||
list(SORT __ocvmodules)
|
||||
foreach(mod ${__ocvmodules})
|
||||
|
Reference in New Issue
Block a user