File tree Expand file tree Collapse file tree 4 files changed +0
-31
lines changed
Expand file tree Collapse file tree 4 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 2525[submodule "librime-octagram "]
2626 path = app/src/main/jni/librime-octagram
2727 url = https://github.com/lotem/librime-octagram.git
28- [submodule "capnproto "]
29- path = app/src/main/jni/capnproto
30- url = https://github.com/capnproto/capnproto.git
3128[submodule "librime-charcode "]
3229 path = app/src/main/jni/librime-charcode
3330 url = https://github.com/rime/librime-charcode
Original file line number Diff line number Diff line change @@ -21,11 +21,6 @@ install(TARGETS iconv EXPORT boost_locale-targets
2121option (BOOST_FILESYSTEM_DISABLE_STATX "" ON ) # remove this option after targetSdkVersion >= 30
2222add_subdirectory (boost)
2323
24- option (EXTERNAL_CAPNP "" ON )
25- option (CAPNP_LITE "" ON ) # librime only needs CapnProto::capnp
26- add_subdirectory (capnproto)
27- include (CapnprotoWorkarounds)
28-
2924add_library (miniglog STATIC miniglog/miniglog/logging.cc)
3025target_link_libraries (miniglog log )
3126configure_file (
@@ -60,7 +55,6 @@ include(RimePlugins)
6055
6156option (BUILD_TEST "" OFF )
6257include_directories ("librime/include" ) # for X11/keysym.h
63- include_directories ("capnproto/c++/src" )
6458# workaround for librime/tools/rime_api_console.cc
6559# TODO: fix it in upstream
6660string (REPLACE "-Werror=format-security" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} )
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments