ioc: Add CMakeLists for lw35-tool
This commit is contained in:
parent
b8a5ae2fcd
commit
fe2363cfdf
5
ioc/lw35-tool/CMakeLists.txt
Normal file
5
ioc/lw35-tool/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
project(lw35-tool LANGUAGES C)
|
||||
|
||||
add_executable(lw35-tool main.c)
|
Loading…
Reference in New Issue
Block a user