mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:37:34 +00:00
7 lines
110 B
CMake
7 lines
110 B
CMake
set(SOURCES
|
|
Field.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Minesweeper)
|
|
target_link_libraries(Minesweeper LibGUI)
|