diff options
Diffstat (limited to 'software/main/CMakeLists.txt')
| -rw-r--r-- | software/main/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/main/CMakeLists.txt b/software/main/CMakeLists.txt new file mode 100644 index 0000000..dc2a20b --- /dev/null +++ b/software/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.cpp" "SimplePgSQL.cpp" "MU80X.cpp" "HMI.cpp" "etc.cpp" "uart.cpp" "iic.cpp" "config.cpp" + INCLUDE_DIRS ".") |
