mirror of
https://github.com/fumiama/android-base16384.git
synced 2026-06-06 18:50:32 +08:00
7 lines
145 B
CMake
7 lines
145 B
CMake
cmake_minimum_required(VERSION 3.10.2)
|
|
project("base16384")
|
|
SET(CMAKE_BUILD_TYPE "Release")
|
|
|
|
add_subdirectory(base14)
|
|
add_subdirectory(lzma1900)
|