Skip to content

Commit

Permalink
android: add utf-8 to CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
project64 committed Jun 6, 2022
1 parent b557dcf commit d259e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android/jni/3rdParty/png/CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 99)

Expand Down
2 changes: 1 addition & 1 deletion Android/jni/3rdParty/zlib/CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_C_STANDARD 99)

Expand Down

0 comments on commit d259e1f

Please sign in to comment.