forked from osfans/trime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(jni): more neat way to find headers
- Loading branch information
1 parent
db1581f
commit 769d2d8
Showing
4 changed files
with
4 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
set(Glog_FOUND TRUE) | ||
set(Glog_LIBRARY glog) | ||
set(Glog_INCLUDE_PATH "${CMAKE_BINARY_DIR}/librime/deps/glog" "${CMAKE_SOURCE_DIR}/librime/deps/glog/src") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
set(Opencc_FOUND TRUE) | ||
set(Opencc_LIBRARY libopencc) | ||
set(Opencc_INCLUDE_PATH "${CMAKE_BINARY_DIR}/include") | ||
set(Opencc_INCLUDE_PATH "${CMAKE_SOURCE_DIR}/OpenCC/src" "${CMAKE_BINARY_DIR}/OpenCC/src") |
This file was deleted.
Oops, something went wrong.