]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
add install library
authorBastian Dehn <hhaalo@arcor.de>
Thu, 18 Jan 2024 20:49:12 +0000 (21:49 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Thu, 18 Jan 2024 20:49:12 +0000 (21:49 +0100)
CMakeLists.txt

index ad3a3df16f20baa13d550965284c68082539dc77..4255dc49beaaae24a96ce8bb1db49f5b53d43e36 100644 (file)
@@ -2,4 +2,8 @@ cmake_minimum_required(VERSION 3.25.1)
 
 project("kds_s2000w_net")
 
-add_library("sane-kds_s2000w_net" SHARED "src/kds_s2000w_net.c")
\ No newline at end of file
+add_library("sane-kds_s2000w_net"
+       SHARED "src/kds_s2000w_net.c")
+
+install(TARGETS "sane-kds_s2000w_net"
+       DESTINATION "/usr/lib/x86_64-linux-gnu/sane")
\ No newline at end of file