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
a69c2901
Commit
a69c2901
authored
Jul 26, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make build log of Android samples and tests less verbose
parent
423ecfb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
OpenCVAndroidProject.cmake
OpenCVAndroidProject.cmake
+1
-1
No files found.
OpenCVAndroidProject.cmake
View file @
a69c2901
...
...
@@ -121,7 +121,7 @@ macro(add_android_project _target _path)
add_custom_command
(
OUTPUT
"
${
build_path
}
/bin/
${
_target
}
-debug.apk"
OUTPUT
"
${
CMAKE_BINARY_DIR
}
/bin/
${
_target
}
.apk"
COMMAND
${
ANT_EXECUTABLE
}
debug
COMMAND
${
ANT_EXECUTABLE
}
-q -noinput -k
debug
COMMAND
${
CMAKE_COMMAND
}
-E copy
"
${
build_path
}
/bin/
${
_target
}
-debug.apk"
"
${
CMAKE_BINARY_DIR
}
/bin/
${
_target
}
.apk"
WORKING_DIRECTORY
${
build_path
}
DEPENDS
${${
_target
}
_project_files
}
...
...
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