mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 11:00:29 +00:00
7 lines
131 B
CMake
7 lines
131 B
CMake
set(SOURCES
|
|
Field.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Minesweeper ICON app-minesweeper)
|
|
target_link_libraries(Minesweeper LibGUI)
|