Skip to content

Commit

Permalink
Android: Support NDK27
Browse files Browse the repository at this point in the history
NDK27 requires CMake 3.6 or later
( android/ndk#2032 )
  • Loading branch information
okuoku committed Jul 24, 2024
1 parent c7f8687 commit 5149d30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion proj/angle/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.12)
project(yfrm-angle C CXX)

set(root ${CMAKE_CURRENT_LIST_DIR}/../../ext/cwgl)
Expand Down
2 changes: 1 addition & 1 deletion proj/glslang/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.12)
project(yfrm-glslang C CXX)

set(root ${CMAKE_CURRENT_LIST_DIR}/../../ext/cwgl)
Expand Down
2 changes: 1 addition & 1 deletion proj/sdl2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.12)
project(yfrm-sdl2 NONE)

set(root ${CMAKE_CURRENT_LIST_DIR}/../../ext/platform)
Expand Down

0 comments on commit 5149d30

Please sign in to comment.