Rename kiwix-lib in libkiwix

This commit is contained in:
Emmanuel Engelhart
2021-05-22 12:49:53 +02:00
parent 6e37cabaea
commit d4e35c7067
4 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
project('kiwix-lib', 'cpp',
project('libkiwix', 'cpp',
version : '10.0.0', # Also change this in android-kiwix-lib-publisher/kiwixLibAndroid/build.gradle
license : 'GPLv3+',
default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true'])