Skip to content

Commit

Permalink
Make rrc_textinput shared
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Jul 23, 2024
1 parent 700b403 commit 9a4d0a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ add_compile_options(
-DLOG_TAG=\"Fabric\")

file(GLOB rrc_textinput_SRC CONFIGURE_DEPENDS *.cpp platform/android/react/renderer/components/androidtextinput/*.cpp)
add_library(rrc_textinput STATIC ${rrc_textinput_SRC})
add_library(rrc_textinput SHARED ${rrc_textinput_SRC})

target_include_directories(rrc_textinput PUBLIC . ${CMAKE_CURRENT_SOURCE_DIR}/platform/android/)

Expand Down

0 comments on commit 9a4d0a0

Please sign in to comment.