mirror of
https://github.com/fumiama/android-base16384.git
synced 2026-06-16 00:16:31 +08:00
v2.0
1. 增加 压缩 2. 优化 响应
This commit is contained in:
11
app/src/main/cpp/lzma1900/CMakeLists.txt
Normal file
11
app/src/main/cpp/lzma1900/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.10.2)
|
||||
|
||||
project("base16384")
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_7ZIP_ST")
|
||||
|
||||
add_library(
|
||||
lzma
|
||||
SHARED
|
||||
jni/lzma.c Alloc.c LzFind.c LzmaDec.c LzmaEnc.c 7zFile.c 7zStream.c
|
||||
)
|
||||
Reference in New Issue
Block a user