mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 00:48:11 +00:00
9 lines
175 B
CMake
9 lines
175 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ChessWidget.cpp
|
|
PromotionDialog.cpp
|
|
Engine.cpp
|
|
)
|
|
|
|
serenity_app(Chess ICON app-chess)
|
|
target_link_libraries(Chess LibChess LibGUI LibCore)
|