mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
a0c80a6f17
Simplified two unveil() and two pledge() by using TRY().
17 lines
404 B
CMake
17 lines
404 B
CMake
serenity_component(
|
|
Minesweeper
|
|
RECOMMENDED
|
|
TARGETS Minesweeper
|
|
)
|
|
|
|
compile_gml(MinesweeperCustomGameWindow.gml MinesweeperCustomGameWindowGML.h minesweeper_custom_game_window_gml)
|
|
|
|
set(SOURCES
|
|
MinesweeperCustomGameWindowGML.h
|
|
CustomGameDialog.cpp
|
|
Field.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Minesweeper ICON app-minesweeper)
|
|
target_link_libraries(Minesweeper LibGUI LibConfig LibMain)
|