Massive/android/app/src/main/jni/CMakeLists.txt

8 lines
273 B
CMake
Raw Normal View History

2022-09-16 12:46:17 +00:00
cmake_minimum_required(VERSION 3.13)
# Define the library name here.
project(rndiffapp_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)