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)