mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 08:57:35 +00:00
6 lines
97 B
CMake
6 lines
97 B
CMake
set(SOURCES
|
|
Fire.cpp
|
|
)
|
|
|
|
serenity_bin(Fire)
|
|
target_link_libraries(Fire LibGUI LibCore LibGfx)
|