Android service wireguard build

This commit is contained in:
pokamest 2021-09-30 18:16:41 +03:00
parent 133a3e67d2
commit bac7b3ab37
6 changed files with 24 additions and 8 deletions

View file

@ -104,9 +104,9 @@ android {
targetSdkVersion = qtTargetSdkVersion
}
// externalNativeBuild {
// cmake {
// path 'tunnel/CMakeLists.txt'
// }
// }
externalNativeBuild {
cmake {
path 'wireguard/CMakeLists.txt'
}
}
}