mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
6 lines
91 B
CMake
6 lines
91 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Mouse)
|
|
target_link_libraries(Mouse LibGUI LibGfx)
|