Now building all functions (not classes) in core, imgproc, ml and highgui

This commit is contained in:
hbristow
2013-06-27 11:45:19 -07:00
parent bb56ac4ae6
commit 5bc55a042e
4 changed files with 11 additions and 4 deletions

View File

@@ -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})