Skip to content

Commit

Permalink
set android src's manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Jan 12, 2024
1 parent 26c25d0 commit 8dd8f15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,12 @@ endif()
if (ANDROID)
file(GLOB_RECURSE jGL_SRC
"src/jGL/OpenGL/*.cpp"
"src/*.cpp"
"src/font.cpp"
"src/glyph.cpp"
"src/shader.cpp"
"src/shapeRenderer.cpp"
"src/spriteRenderer.cpp"
"src/warning.cpp"
"src/Util/*.cpp"
)
else()
Expand Down

0 comments on commit 8dd8f15

Please sign in to comment.