Skip to content

Commit

Permalink
add convertutc
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent 7912776 commit b563391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exception_handling.c
)

if (ANDROID)
list(APPEND SOURCES fakejni/FalsoJNI.c fakejni/FalsoJNI_ImplBridge.c fakejni/FalsoJNI_Logger.c)
list(APPEND SOURCES fakejni/FalsoJNI.c fakejni/FalsoJNI_ImplBridge.c fakejni/FalsoJNI_Logger.c fakejni/ConvertUTF.c)
#add header files
include_directories(fakejni)
endif()
Expand Down

0 comments on commit b563391

Please sign in to comment.