diff options
| author | Luke Hoersten <[email protected]> | 2021-03-07 17:33:37 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-07 17:33:37 -0600 |
| commit | 8a7b9c6a1ce165c349cf06dda56d3a55fb5167b9 (patch) | |
| tree | e016c8ba5ebeb3282bb77ef0e328263c9a7e3d49 /main/CMakeLists.txt | |
Initial commit.
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..5695bd6 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1 @@ +idf_component_register(SRCS "app_main.c") |
