maintenant compiling video et photo aussi

This commit is contained in:
hbristow
2013-06-27 13:58:40 -07:00
parent 5bc55a042e
commit 245bc5dcc0
3 changed files with 12 additions and 5 deletions

View File

@@ -312,8 +312,7 @@ macro(ocv_glob_modules)
list(APPEND __directories_observed "${__path}")
# TODO: Undo this change to build all modules
#file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*")
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/core" "${__path}/imgproc" "${__path}/ml" "${__path}/highgui" "${__path}/matlab")
file(GLOB __ocvmodules RELATIVE "${__path}" "${__path}/*")
if(__ocvmodules)
list(SORT __ocvmodules)
foreach(mod ${__ocvmodules})