mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
0cfce93e51
Add application and filetype icons for Presenter in 32px and 16px
17 lines
368 B
CMake
17 lines
368 B
CMake
serenity_component(
|
|
Presenter
|
|
RECOMMENDED
|
|
TARGETS Presenter
|
|
DEPENDS FileSystemAccessServer
|
|
)
|
|
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
Presentation.cpp
|
|
PresenterWidget.cpp
|
|
Slide.cpp
|
|
SlideObject.cpp
|
|
)
|
|
serenity_app(Presenter ICON app-presenter)
|
|
target_link_libraries(Presenter PRIVATE LibWebView LibGUI LibGfx LibFileSystemAccessClient LibCore LibMain)
|