mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00: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)
|