mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
cmake requirement
This commit is contained in:
parent
56edf54c0e
commit
b21af92618
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
# https://developer.android.com/studio/projects/configure-cmake
|
||||
|
||||
cmake_minimum_required(VERSION 3.4.1)
|
||||
|
||||
add_library(compact_enc_det SHARED
|
||||
src/main/jni/charset.cc
|
||||
|
|
Loading…
Reference in a new issue