Atlas - CMakeLists.txt

Home / ext / SDL / android-project / app / jni Lines: 1 | Size: 332 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1cmake_minimum_required(VERSION 3.6) 2 3project(GAME) 4 5# SDL sources are in a subfolder named "SDL" 6add_subdirectory(SDL) 7 8# Compilation of companion libraries 9#add_subdirectory(SDL_image) 10#add_subdirectory(SDL_mixer) 11#add_subdirectory(SDL_ttf) 12 13# Your game and its CMakeLists.txt are in a subfolder named "src" 14add_subdirectory(src) 15 16
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.