mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
Applications: Add a very simple PDFViewer
This commit is contained in:
parent
309105678b
commit
f7ea1eb610
13 changed files with 264 additions and 18 deletions
8
Userland/Applications/PDFViewer/CMakeLists.txt
Normal file
8
Userland/Applications/PDFViewer/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
set(SOURCES
|
||||
PDFViewer.cpp
|
||||
PDFViewerWidget.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
serenity_app(PDFViewer ICON app-pdf-viewer)
|
||||
target_link_libraries(PDFViewer LibGUI LibPDF)
|
Loading…
Add table
Add a link
Reference in a new issue