opencv/modules/CMakeLists.txt
Roman Donchenko 3bfc69740b Merge remote-tracking branch 'origin/2.4' into merge-2.4
Merged pull requests:
	 from caorong:patch-1
	 from jet47:gpu-arm-fixes
	 from pengx17:2.4_macfix_cont
	 from pengx17:2.4_filter2d_fix
	 from bitwangyaoyao:2.4_perf
	 from bitwangyaoyao:2.4_fixPyrLK
	 from pengx17:2.4_surf_sample
	 from pengx17:2.4_getDevice
	 from SpecLad:autolock
	 from apavlenko:signed_char
	 from bitwangyaoyao:2.4_samples2
	 from jet47:fix-gpu-arm-build
	 from jet47:cuda-5.5-support
	 from SpecLad:jepg
	 from jet47:fix-bug-3069
	 from SpecLad:symlink
	 from pengx17:2.4_fix_corner_detector
	 from SpecLad:qt4-build
	 from SpecLad:extra-modules

Conflicts:
	modules/core/include/opencv2/core/core.hpp
	modules/gpu/CMakeLists.txt
	modules/gpu/include/opencv2/gpu/device/vec_math.hpp
	modules/gpu/perf/perf_video.cpp
	modules/gpuimgproc/src/cuda/hough.cu
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/src/pyrlk.cpp
	samples/gpu/driver_api_multi.cpp
	samples/gpu/driver_api_stereo_multi.cpp
	samples/ocl/surf_matcher.cpp
2013-06-10 18:18:01 +04:00

8 lines
201 B
CMake

add_definitions(-D__OPENCV_BUILD=1)
if(NOT OPENCV_MODULES_PATH)
set(OPENCV_MODULES_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
endif()
ocv_glob_modules(${OPENCV_MODULES_PATH} ${OPENCV_EXTRA_MODULES_PATH})