mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:57:36 +00:00
Games: Add MasterWord
A simple wordle clone.
This commit is contained in:
parent
d56544aca0
commit
011b6df63a
10 changed files with 2590 additions and 0 deletions
13
Userland/Games/MasterWord/CMakeLists.txt
Normal file
13
Userland/Games/MasterWord/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
serenity_component(
|
||||
MasterWord
|
||||
RECOMMENDED
|
||||
TARGETS MasterWord
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
WordGame.cpp
|
||||
)
|
||||
|
||||
serenity_app(MasterWord ICON app-masterword)
|
||||
target_link_libraries(MasterWord LibGUI LibConfig LibMain LibDesktop)
|
Loading…
Add table
Add a link
Reference in a new issue