From edf22fc9fb872f1777465337f041ac2481c3b3dc Mon Sep 17 00:00:00 2001 From: Eonassiss Date: Thu, 20 Apr 2023 19:35:38 -0300 Subject: [PATCH] Create CMakeLists.txt hello dear I admire you a lot and I speak from Brazil, know that. include in your project an example that uses CMakeLists.txt it was a difficulty that I had in using the library It is an honor to contribute to this beautiful project. --- hardware/displays/U8G2/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 hardware/displays/U8G2/CMakeLists.txt diff --git a/hardware/displays/U8G2/CMakeLists.txt b/hardware/displays/U8G2/CMakeLists.txt new file mode 100644 index 00000000..5ff57b6d --- /dev/null +++ b/hardware/displays/U8G2/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register( +SRCS "main.c" "u8g2_esp32_hal.c" +INCLUDE_DIRS ".")