Rename native lib to libmpw & native library loading for eg. Android.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
### CMAKE
|
||||
project( mpw-cli C )
|
||||
project( masterpassword-cli C )
|
||||
cmake_minimum_required( VERSION 3.0.2 )
|
||||
|
||||
|
||||
|
@@ -21,6 +21,7 @@ artifacts {
|
||||
}
|
||||
|
||||
library {
|
||||
baseName.set( "mpw" )
|
||||
linkage.set( [Linkage.STATIC, Linkage.SHARED] )
|
||||
|
||||
// Reconfigure the toolchain from C++ to C.
|
||||
|
Reference in New Issue
Block a user