mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
6 lines
111 B
CMake
6 lines
111 B
CMake
set(SOURCES
|
|
Fire.cpp
|
|
)
|
|
|
|
serenity_app(Fire ICON app-fire)
|
|
target_link_libraries(Fire LibGUI LibCore LibGfx)
|