Commit 8d9f40e 1 parent e45801a commit 8d9f40e Copy full SHA for 8d9f40e
File tree 4 files changed +4
-10
lines changed
4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "app/src/main/jni/OpenCC "]
2
2
path = app/src/main/jni/OpenCC
3
3
url = https://github.com/BYVoid/OpenCC.git
4
- [submodule "app/src/main/jni/yaml-cpp "]
5
- path = app/src/main/jni/yaml-cpp
6
- url = https://github.com/jbeder/yaml-cpp.git
7
4
[submodule "app/src/main/jni/snappy "]
8
5
path = app/src/main/jni/snappy
9
6
url = https://github.com/google/snappy.git
10
- [submodule "app/src/main/jni/leveldb "]
11
- path = app/src/main/jni/leveldb
12
- url = https://github.com/google/leveldb.git
13
7
[submodule "app/src/main/jni/boost "]
14
8
path = app/src/main/jni/boost
15
9
url = https://github.com/boostorg/boost.git
Original file line number Diff line number Diff line change @@ -24,13 +24,15 @@ include(CapnprotoWorkarounds)
24
24
25
25
#add_subdirectory(glog)
26
26
27
- add_subdirectory (yaml-cpp)
27
+ option (YAML_CPP_BUILD_TESTS "" OFF )
28
+ add_subdirectory (librime/thirdparty/src/yaml-cpp)
28
29
29
30
option (LEVELDB_BUILD_TESTS "" OFF )
30
31
option (LEVELDB_BUILD_BENCHMARKS "" OFF )
31
32
option (LEVELDB_INSTALL "" OFF )
32
- add_subdirectory (leveldb)
33
+ add_subdirectory (librime/thirdparty/src/ leveldb)
33
34
35
+ # TODO: use librime/thirdparty/src/opencc instead after librime > 1.7.3
34
36
add_subdirectory (OpenCC)
35
37
include (OpenccWorkarounds)
36
38
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments