cmake: fix android examples dependencies
add_dependencies(${target}) doesn't control regeneration of .apk file, because "${target}" is dummy target.
Showing
Please
register
or
sign in
to comment
add_dependencies(${target}) doesn't control regeneration of .apk file, because "${target}" is dummy target.