Skip to content

Commit

Permalink
Android: SDL_image/SDL_mixer/SDL_ttf partially compiling with CMake (…
Browse files Browse the repository at this point in the history
…bug 3918)
  • Loading branch information
1bsyl committed Aug 13, 2019
1 parent 7a84dd4 commit 412775f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android-project/app/jni/CMakeLists.txt
Expand Up @@ -13,6 +13,11 @@ set(HIDAPI OFF CACHE BOOL "" FORCE)
# SDL sources are in a subfolder named "SDL"
add_subdirectory(SDL)

# Compilation of companion libraries
#add_subdirectory(SDL_image)
#add_subdirectory(SDL_mixer)
#add_subdirectory(SDL_ttf)

# Your game and its CMakeLists.txt are in a subfolder named "src"
add_subdirectory(src)

0 comments on commit 412775f

Please sign in to comment.