1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 18:45:08 +00:00
serenity/Demos/LibGfxDemo/CMakeLists.txt

6 lines
116 B
CMake

set(SOURCES
main.cpp
)
serenity_bin(LibGfxDemo)
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)