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:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user