mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
12 lines
168 B
CMake
12 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)
|