Skip to content

Commit

Permalink
wip: draw candidate window with Direct2D
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Aug 24, 2024
1 parent b31b352 commit 1b0ad49
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 327 deletions.
4 changes: 3 additions & 1 deletion libIME/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ add_library(libIME_static STATIC
)

target_link_libraries(libIME_static
shlwapi.lib
PUBLIC shlwapi.lib
PUBLIC d2d1.lib
PUBLIC dwrite.lib
)
Loading

0 comments on commit 1b0ad49

Please sign in to comment.