full directory structure

This commit is contained in:
philippe44
2019-05-20 12:48:14 -07:00
parent 1fd1d9bf60
commit 978afb363c
25 changed files with 1409 additions and 11 deletions

5
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.5)
set(COMPONENT_SRCS "scan.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()