cmake_minimum_required(VERSION 3.5) project(lw35-tool LANGUAGES C) add_executable(lw35-tool main.c)