mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
011b6df63a
A simple wordle clone.
13 lines
237 B
CMake
13 lines
237 B
CMake
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)
|