mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
16 lines
314 B
CMake
16 lines
314 B
CMake
serenity_component(
|
|
PDFViewer
|
|
TARGETS PDFViewer
|
|
)
|
|
|
|
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 LibFileSystemAccessClient)
|