2
0

Rename native lib to libmpw & native library loading for eg. Android.

This commit is contained in:
Maarten Billemont
2018-06-19 01:28:27 -04:00
parent a8263b276c
commit 4c48bfb1af
5 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
### CMAKE
project( mpw-cli C )
project( masterpassword-cli C )
cmake_minimum_required( VERSION 3.0.2 )

View File

@@ -21,6 +21,7 @@ artifacts {
}
library {
baseName.set( "mpw" )
linkage.set( [Linkage.STATIC, Linkage.SHARED] )
// Reconfigure the toolchain from C++ to C.