Skip to content

Commit

Permalink
change foldername to avoid submodule issues
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent 65cedf7 commit 63e30cd
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ parse_address.c
shims.c
exception_handling.c
)

if (ANDROID)
list(APPEND SOURCES FalsoJNI/FalsoJni.c FalsoJNI/FalsoJni_ImplBridge.c FalsoJNI/FalsoJni_Logger.c)
list(APPEND SOURCES fakejni/FalsoJni.c fakejni/FalsoJni_ImplBridge.c fakejni/FalsoJni_Logger.c)
#add header files
include_directories(FalsoJNI)
include_directories(fakejni)
endif()

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63e30cd

Please sign in to comment.