mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
12 lines
226 B
CMake
12 lines
226 B
CMake
serenity_component(
|
|
LibGfxScaleDemo
|
|
TARGETS LibGfxScaleDemo
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(LibGfxScaleDemo ICON app-libgfx-demo)
|
|
target_link_libraries(LibGfxScaleDemo LibGUI LibIPC LibGfx LibCore LibMain)
|