mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:17:45 +00:00
Chess: Import/Export chessboards using LibFileSystemAccessClient
With this change, the wpath and cpath promises as well as unveiling user's entire home directory are no longer needed. :^)
This commit is contained in:
parent
613feb1854
commit
9d7345d17b
4 changed files with 16 additions and 48 deletions
|
@ -13,4 +13,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(Chess ICON app-chess)
|
||||
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain LibDesktop)
|
||||
target_link_libraries(Chess LibChess LibConfig LibFileSystemAccessClient LibGUI LibCore LibMain LibDesktop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue