diff options
| author | Edvin <[email protected]> | 2025-11-28 12:35:07 +0100 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-11-28 12:35:07 +0100 |
| commit | bf9f284aea648f741dd15f623592d69d41cf139f (patch) | |
| tree | 46c08627d23ddfe2d9c9b5b733dc6b1986afa1be /main/CMakeLists.txt | |
Initial commit
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..e655b24 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "CDIO.c" + INCLUDE_DIRS ".") |
