mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 12:45:06 +00:00
11 lines
168 B
CMake
11 lines
168 B
CMake
serenity_component(
|
|
Fire
|
|
TARGETS Fire
|
|
)
|
|
|
|
set(SOURCES
|
|
Fire.cpp
|
|
)
|
|
|
|
serenity_app(Fire ICON app-fire)
|
|
target_link_libraries(Fire LibGUI LibCore LibGfx LibMain)
|