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

@ -62,3 +62,5 @@ target_include_directories(Pdf4QtViewer PUBLIC ${CMAKE_BINARY_DIR}/${INSTALL_INC
set_target_properties(Pdf4QtLib PROPERTIES
VERSION ${PDF4QT_VERSION}
SOVERSION ${PDF4QT_VERSION})
install(TARGETS Pdf4QtViewer)