Skip to content

Commit

Permalink
Add C-ares to final build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarBLG committed Aug 20, 2023
1 parent 37da57a commit 9c23561
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions EVC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ endif()
if (WASM)
set_target_properties(evc PROPERTIES SUFFIX ".wasm")
endif()
if (RADIO_CFM AND WIN32)
add_custom_command(TARGET evc POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
$<TARGET_FILE:c-ares>
$<TARGET_FILE_DIR:evc>)
endif()
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ else {
}

android {
compileSdkVersion 31
compileSdkVersion 33
defaultConfig {
if (buildAsApplication) {
applicationId "com.etcs.dmi"
}
minSdkVersion 16
targetSdkVersion 31
targetSdkVersion 33
versionCode 6
versionName "0.6"
externalNativeBuild {
Expand Down

0 comments on commit 9c23561

Please sign in to comment.