diff options
author | kartofen <mladenovnasko0@gmail.com> | 2023-12-25 01:45:05 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2023-12-25 01:45:05 +0200 |
commit | 4b0fdca8673c76cb2305db301a3b36e9e3822e02 (patch) | |
tree | bbcf1c6364baba0afe9a2a595f4a579ad0946188 /master/main/CMakeLists.txt |
Diffstat (limited to 'master/main/CMakeLists.txt')
-rw-r--r-- | master/main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/master/main/CMakeLists.txt b/master/main/CMakeLists.txt new file mode 100644 index 0000000..cf2c455 --- /dev/null +++ b/master/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c" + INCLUDE_DIRS ".") |