parent
076941bb07
commit
33502c86ac
10 changed files with 4 additions and 4 deletions
@ -1,4 +1,4 @@ |
|||||||
set(sample example-tutorial-1-addopencv) |
set(sample example-tutorial-1-camerapreview) |
||||||
|
|
||||||
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 11 ${ANDROID_SDK_TARGET}) |
add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenCV_BINARY_DIR} SDK_TARGET 11 ${ANDROID_SDK_TARGET}) |
||||||
if(TARGET ${sample}) |
if(TARGET ${sample}) |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
@ -1,4 +1,4 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<resources> |
<resources> |
||||||
<string name="app_name">OCV T1 Add OpenCV</string> |
<string name="app_name">OCV T1 Camera Preview</string> |
||||||
</resources> |
</resources> |
Loading…
Reference in new issue