mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 20:32:56 +03:00
b65a039db7
This simplifies a bunch of calls to pledge() and unveil().
13 lines
231 B
CMake
13 lines
231 B
CMake
serenity_component(
|
|
ResourceGraph.Applet
|
|
REQUIRED
|
|
TARGETS ResourceGraph.Applet
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ResourceGraph.Applet)
|
|
target_link_libraries(ResourceGraph.Applet LibGUI LibCore LibGfx LibMain)
|