mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-29 22:42:52 +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)
|