mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
14 lines
237 B
CMake
14 lines
237 B
CMake
serenity_component(
|
|
MasterWord
|
|
RECOMMENDED
|
|
TARGETS MasterWord
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
WordGame.cpp
|
|
)
|
|
|
|
serenity_app(MasterWord ICON app-masterword)
|
|
target_link_libraries(MasterWord LibGUI LibConfig LibMain LibDesktop)
|