mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-28 14:02:51 +00:00
6 lines
106 B
CMake
6 lines
106 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Mouse ICON app-mouse)
|
|
target_link_libraries(Mouse LibGUI LibGfx)
|