1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 15:44:57 +00:00
serenity/Userland/Demos/LibGfxDemo/CMakeLists.txt
2021-01-12 12:04:17 +01:00

6 lines
137 B
CMake

set(SOURCES
main.cpp
)
serenity_app(LibGfxDemo ICON app-libgfx-demo)
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)