Skip to content

Commit

Permalink
try just adding to regular list in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent 7490a77 commit 6bf3e17
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@ tokenize.c
parse_address.c
shims.c
exception_handling.c
FalsoJni.c
FalsoJni_ImplBridge.c
FalsoJni_Logger.c
)

if (ANDROID)
list(APPEND SOURCES FalsoJni.c FalsoJni_ImplBridge.c FalsoJni_Logger.c)
endif()



set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
Expand Down

0 comments on commit 6bf3e17

Please sign in to comment.