mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 04:27:35 +00:00
9 lines
152 B
CMake
9 lines
152 B
CMake
set(SOURCES
|
|
main.cpp
|
|
ChessWidget.cpp
|
|
PromotionDialog.cpp
|
|
Engine.cpp
|
|
)
|
|
|
|
serenity_bin(Chess)
|
|
target_link_libraries(Chess LibChess LibGUI)
|