Skip to content

Commit

Permalink
build(jni): use marisa vendored by (lib)rime
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Nov 15, 2023
1 parent 975fe29 commit 30760a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/jni/cmake/FindMarisa.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set(Marisa_FOUND TRUE)
set(Marisa_LIBRARY marisa)
set(Marisa_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/OpenCC/deps/marisa-0.2.6/include")
get_target_property(Marisa_INCLUDE_PATH marisa
INTERFACE_INCLUDE_DIRECTORIES)

0 comments on commit 30760a9

Please sign in to comment.