Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
876c2c0e
Commit
876c2c0e
authored
Nov 15, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7678 from dec1:tag_3.0.0
parents
c3f0ee07
a49e50a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
samples/android/CMakeLists.txt
+2
-2
No files found.
samples/android/CMakeLists.txt
View file @
876c2c0e
...
@@ -19,8 +19,8 @@ add_subdirectory(tutorial-4-opencl)
...
@@ -19,8 +19,8 @@ add_subdirectory(tutorial-4-opencl)
# hello-android sample
# hello-android sample
if
(
HAVE_opencv_highgui
)
if
(
HAVE_opencv_highgui
)
add_executable
(
hello-android hello-android/main.cpp
)
add_executable
(
hello-android hello-android/main.cpp
)
ocv_target_include_modules_recurse
(
hello-android opencv_imgcodecs opencv_videoio opencv_highgui opencv_core
)
ocv_target_include_modules_recurse
(
hello-android opencv_imgcodecs opencv_videoio opencv_highgui opencv_core
opencv_imgproc
)
ocv_target_link_libraries
(
hello-android
${
OPENCV_LINKER_LIBS
}
opencv_imgcodecs opencv_videoio opencv_highgui opencv_core
)
ocv_target_link_libraries
(
hello-android
${
OPENCV_LINKER_LIBS
}
opencv_imgcodecs opencv_videoio opencv_highgui opencv_core
opencv_imgproc
)
set_target_properties
(
hello-android PROPERTIES OUTPUT_NAME hello-android RUNTIME_OUTPUT_DIRECTORY
"
${
EXECUTABLE_OUTPUT_PATH
}
"
)
set_target_properties
(
hello-android PROPERTIES OUTPUT_NAME hello-android RUNTIME_OUTPUT_DIRECTORY
"
${
EXECUTABLE_OUTPUT_PATH
}
"
)
add_dependencies
(
opencv_android_examples hello-android
)
add_dependencies
(
opencv_android_examples hello-android
)
endif
()
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment