From: Bastian Dehn Date: Thu, 18 Jan 2024 18:11:10 +0000 (+0100) Subject: add cmake enviroment X-Git-Tag: v1.0.0^2~529 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=1478b966a518ec43d0f116a14e4c69689f7f3d01;p=sane-kds-s2000w-net.git add cmake enviroment --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..ad3a3df --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +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 diff --git a/src/kds_s2000w_net.c b/src/kds_s2000w_net.c new file mode 100644 index 0000000..0d9185c --- /dev/null +++ b/src/kds_s2000w_net.c @@ -0,0 +1,2 @@ +#include +