1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00
planetblupi-dev/android/app/CMakeLists.txt

4 lines
141 B
CMake
Raw Normal View History

2017-10-29 13:28:04 +01:00
cmake_minimum_required(VERSION 3.4.1)
add_library(main SHARED src/main/cpp/SDL_android_main.c)
target_link_libraries(main libplanetblupi.a`)