summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/CMakeLists.txt
AgeCommit message (Expand)Author
2023-05-03Chess: Allow stockfish to be used if availableTim Ledbetter
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-01-13Chess: Add link to help pages in menuDavid Lindbom
2021-11-22Chess: Port to LibMainPedro Pereira
2021-08-26Chess: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-01-12Games: Move to Userland/Games/Andreas Kling