mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
6 lines
91 B
CMake
6 lines
91 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Mouse)
|
|
target_link_libraries(Mouse LibGUI LibGfx)
|