Home | History | Annotate | Download | only in cmake

Lines Matching full:module_name

842 # ocv_define_module(module_name  [INTERNAL] [EXCLUDE_CUDA] [REQUIRED] [<list of dependencies>] [OPTIONAL <list of optional dependencies>] [WRAP <list of wrappers>])
843 macro(ocv_define_module module_name)
844 ocv_debug_message("ocv_define_module(" ${module_name} ${ARGN} ")")
854 ocv_add_module(${module_name} ${_argn})