mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-15 01:42:08 +08:00
8 lines
286 B
CMake
8 lines
286 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
|
|
# Define the library name here.
|
|
project(cn_toside_music_mobile_appmodules)
|
|
|
|
# This file includes all the necessary to let you build your application with the New Architecture.
|
|
include(${REACT_ANDROID_DIR}/cmake-utils/ReactNative-application.cmake)
|