mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:57:46 +00:00
Games: Move to Userland/Games/
This commit is contained in:
parent
b8d6a56fa3
commit
aa939c4b4b
49 changed files with 1 additions and 1 deletions
9
Userland/Games/Solitaire/CMakeLists.txt
Normal file
9
Userland/Games/Solitaire/CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
set(SOURCES
|
||||
Card.cpp
|
||||
CardStack.cpp
|
||||
main.cpp
|
||||
SolitaireWidget.cpp
|
||||
)
|
||||
|
||||
serenity_app(Solitaire ICON app-solitaire)
|
||||
target_link_libraries(Solitaire LibGUI LibGfx LibCore)
|
Loading…
Add table
Add a link
Reference in a new issue