Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Copy over the Dolphin shared library to the Android APK bui…
…ld directory so it doesn't need to be manually copied each time.
  • Loading branch information
Sonicadvance1 committed May 18, 2013
1 parent 39c9516 commit 2c7f9b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/Core/DolphinWX/CMakeLists.txt
Expand Up @@ -172,6 +172,9 @@ if(ANDROID)
${LIBS}
"-Wl,--no-whole-archive"
)
add_custom_command(TARGET ${DOLPHIN_EXE} POST_BUILD
COMMAND cp ARGS ${CMAKE_SOURCE_DIR}/libs/armeabi-v7a/lib${DOLPHIN_EXE}.so ${CMAKE_SOURCE_DIR}/Source/Android/libs/armeabi-v7a
)
else()
add_executable(${DOLPHIN_EXE} ${SRCS})
target_link_libraries(${DOLPHIN_EXE} ${LIBS} ${WXLIBS})
Expand Down

0 comments on commit 2c7f9b1

Please sign in to comment.