From cf2092a08775d32b7d874f1090f79228a2f9e2ec Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sat, 23 Sep 2023 15:12:20 +0800 Subject: E-reader implementation. --- main/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 main/CMakeLists.txt (limited to 'main/CMakeLists.txt') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt new file mode 100644 index 0000000..62589d9 --- /dev/null +++ b/main/CMakeLists.txt @@ -0,0 +1,2 @@ +idf_component_register(SRCS "main.c" "epd.c" "util.c" + INCLUDE_DIRS ".") -- cgit v1.2.3