1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

Android cmake toolchain file is included into OpenCV

This commit is contained in:
Andrey Kamaev
2011-05-03 08:13:50 +00:00
parent ce2edd137d
commit 727fbd5376
17 changed files with 440 additions and 21 deletions
+8
View File
@@ -216,6 +216,14 @@ if(HAVE_ANDROID_NATIVE_CAMERA)
add_definitions(-DHAVE_ANDROID_NATIVE_CAMERA)
endif()
if(COMMAND get_module_external_sources)
set( lib_srcs "${highgui_srcs}" )
set( lib_int_hdrs "${highgui_hdrs}" )
get_module_external_sources(highgui)
set( highgui_srcs "${lib_srcs}" )
set( highgui_hdrs "${lib_int_hdrs}" )
endif()
source_group("Src" FILES ${highgui_srcs} ${highgui_hdrs})
source_group("Include" FILES ${highgui_ext_hdrs})