Issue #25: Install target

This commit is contained in:
Jakub Melka
2022-08-27 17:32:48 +02:00
parent 0c4b5fbc82
commit 6bef6b9f05
16 changed files with 95 additions and 7 deletions

View File

@ -47,3 +47,5 @@ add_executable(PdfTool
)
target_link_libraries(PdfTool PRIVATE Pdf4QtLib Qt6::Core Qt6::Gui Qt6::Xml)
install(TARGETS PdfTool)