diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-09-04 01:11:11 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-09-04 01:11:11 +0200 |
| commit | e00f3a9ede1b8e46b480bd68daf48da0bb08acae (patch) | |
| tree | f666b9aa4d0a03246ab9880e11802d91a23ab1e7 /src/CMakeLists.txt | |
| download | e1-e00f3a9ede1b8e46b480bd68daf48da0bb08acae.tar.gz e1-e00f3a9ede1b8e46b480bd68daf48da0bb08acae.zip | |
Initial
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..483bc0c --- /dev/null +++ b/src/CMakeLists.txt | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # This file was automatically generated for projects | ||
| 2 | # without default 'CMakeLists.txt' file. | ||
| 3 | |||
| 4 | FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*) | ||
| 5 | |||
| 6 | idf_component_register(SRCS ${app_sources}) | ||
