Files
lx-music-mobile-mod/android/app/src/main/jni/CMakeLists.txt
lyswhut 4fdf309fe3 v1.0.0
2023-02-18 00:07:14 +08:00

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)