Skip to content

Commit

Permalink
fix android cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Dec 19, 2023
1 parent ee0bcc6 commit 8b2bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello_imgui_cmake/hello_imgui_add_app.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ endfunction()
if(APPLE)
include(${CMAKE_CURRENT_LIST_DIR}/apple/hello_imgui_apple.cmake)
elseif(ANDROID)
include(${CMAKE_CURRENT_LIST_DIR}/android/hello_imgui_android) # almost empty
include(${CMAKE_CURRENT_LIST_DIR}/android/hello_imgui_android.cmake) # almost empty
include(${CMAKE_CURRENT_LIST_DIR}/android/apkCMake/apkCMake.cmake) # most of the logic is here and called by hello_imgui_prepare_app()
elseif (EMSCRIPTEN)
include(${CMAKE_CURRENT_LIST_DIR}/emscripten/hello_imgui_emscripten.cmake)
Expand Down

0 comments on commit 8b2bb56

Please sign in to comment.