-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use FCITX_DEFINE_STATIC_ADDON_REGISTRY (#214)
- Loading branch information
1 parent
6b5fbc5
commit 1697019
Showing
11 changed files
with
30 additions
and
26 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
Submodule fcitx5
updated
59 files
Submodule fcitx5-beast
updated
6 files
+41 −22 | .github/workflows/ci.yml | |
+1 −6 | CMakeLists.txt | |
+3 −9 | src/CMakeLists.txt | |
+1 −1 | src/beast.conf.in.in | |
+1 −3 | src/beast.cpp | |
+5 −6 | test/testbeast.cpp |
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 @@ | ||
add_library(Keycode keycode.cpp) | ||
add_library(Keycode STATIC keycode.cpp) | ||
target_include_directories(Keycode PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}") | ||
target_link_libraries(Keycode Fcitx5::Utils) |
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
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
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