mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:38:11 +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)
|