From fe2363cfdf1b0073c48342bc5232a248e885b7b2 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Fri, 3 Jan 2020 16:47:29 +0100 Subject: [PATCH] ioc: Add CMakeLists for lw35-tool --- ioc/lw35-tool/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ioc/lw35-tool/CMakeLists.txt diff --git a/ioc/lw35-tool/CMakeLists.txt b/ioc/lw35-tool/CMakeLists.txt new file mode 100644 index 0000000..6f5d5be --- /dev/null +++ b/ioc/lw35-tool/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.5) + +project(lw35-tool LANGUAGES C) + +add_executable(lw35-tool main.c)