From: Bastian Dehn Date: Thu, 18 Jan 2024 20:53:16 +0000 (+0100) Subject: add version one linked X-Git-Tag: v1.0.0^2~525 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=ab65bdcc1d6651bf0087dfdd8c643e22cf003f2c;p=sane-kds-s2000w-net.git add version one linked --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4255dc4..6141aae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ project("kds_s2000w_net") add_library("sane-kds_s2000w_net" SHARED "src/kds_s2000w_net.c") +set_target_properties("sane-kds_s2000w_net" PROPERTIES VERSION 1) install(TARGETS "sane-kds_s2000w_net" DESTINATION "/usr/lib/x86_64-linux-gnu/sane") \ No newline at end of file