mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 18:45:08 +00:00
6 lines
116 B
CMake
6 lines
116 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(LibGfxDemo)
|
|
target_link_libraries(LibGfxDemo LibGUI LibIPC LibGfx LibCore)
|