mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
18 lines
399 B
CMake
18 lines
399 B
CMake
|
serenity_component(
|
||
|
Presenter
|
||
|
RECOMMENDED
|
||
|
TARGETS Presenter
|
||
|
DEPENDS ImageDecoder FileSystemAccessServer
|
||
|
)
|
||
|
|
||
|
|
||
|
set(SOURCES
|
||
|
main.cpp
|
||
|
Presentation.cpp
|
||
|
PresenterWidget.cpp
|
||
|
Slide.cpp
|
||
|
SlideObject.cpp
|
||
|
)
|
||
|
serenity_app(Presenter ICON app-display-settings)
|
||
|
target_link_libraries(Presenter PRIVATE LibImageDecoderClient LibGUI LibGfx LibFileSystemAccessClient LibCore LibMain)
|