mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-10 05:02:54 +00:00
6 lines
137 B
CMake
6 lines
137 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(LibGfxDemo ICON app-libgfx-demo)
|
|
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)
|