mirror of
https://github.com/love2d/love-android.git
synced 2026-08-16 08:11:44 +02:00
Initial step of integrating with CMake and Megasource
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user