summaryrefslogtreecommitdiffstats
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2023-10-03 07:28:18 +0800
committerSadeep Madurange <sadeep@asciimx.com>2023-10-03 07:28:18 +0800
commit3bdf60aed54a6171bc6458a7d578cd65f1fbb092 (patch)
tree30391e014f366f660190a5d00d4b5bd2b99864ca /main/CMakeLists.txt
parent2f66d5b00df062813c6535f76f4fee86d0746e36 (diff)
downloadesp32-e-reader-3bdf60aed54a6171bc6458a7d578cd65f1fbb092.tar.gz
Improve pdf rasterization and TLS.
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index 62589d9..81b367e 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -1,2 +1,3 @@
idf_component_register(SRCS "main.c" "epd.c" "util.c"
+ EMBED_TXTFILES git_srht_cert.pem
INCLUDE_DIRS ".")