mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
55db1811c7
Simplified two pledge() and five unveil() by using TRY().
16 lines
284 B
CMake
16 lines
284 B
CMake
serenity_component(
|
|
Chess
|
|
RECOMMENDED
|
|
TARGETS Chess
|
|
DEPENDS ChessEngine
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
ChessWidget.cpp
|
|
PromotionDialog.cpp
|
|
Engine.cpp
|
|
)
|
|
|
|
serenity_app(Chess ICON app-chess)
|
|
target_link_libraries(Chess LibChess LibConfig LibGUI LibCore LibMain)
|