Initial step of integrating with CMake and Megasource

This commit is contained in:
Miku AuahDark
2022-02-07 01:23:15 +08:00
parent 9faca13054
commit d4da2103a4
3 changed files with 26 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.10)
project(love-android LANGUAGES C CXX)
set(MEGA_LOVE "${CMAKE_CURRENT_SOURCE_DIR}/love")
add_subdirectory(megasource)