Commit d0cac8a9 authored by Kirill Kornyakov's avatar Kirill Kornyakov

bugfix in cmake for java api

parent ddf48c78
......@@ -213,8 +213,8 @@ if(ANDROID)
COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_BINARY_DIR}/res"
COMMAND ${CMAKE_COMMAND} -E make_directory "${CMAKE_BINARY_DIR}/gen"
DEPENDS ${lib_proj_files}
DEPENDS ${api_target}
)
add_dependencies(${lib_target} ${api_target})
add_dependencies(${target} ${lib_target})
endif(ANDROID)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment