mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
The toolbar has an option to toggle the sidebar, a number input to set the current page, and two buttons to go up and down by one page
12 lines
229 B
CMake
12 lines
229 B
CMake
set(SOURCES
|
|
NumericInput.cpp
|
|
OutlineModel.cpp
|
|
PDFViewer.cpp
|
|
PDFViewerWidget.cpp
|
|
SidebarWidget.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(PDFViewer ICON app-pdf-viewer)
|
|
target_link_libraries(PDFViewer LibGUI LibPDF)
|