From 35ff74c9be46e16030d1184a506451e1d3805c25 Mon Sep 17 00:00:00 2001 From: gamerdonkey Date: Sat, 14 Sep 2024 14:48:59 -0500 Subject: First attempt at integrating Adafruit_GFX and converting to C++ --- main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/CMakeLists.txt') diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index cf2c455..0d09321 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "main.c" +idf_component_register(SRCS "main.cpp" "Adafruit_GFX.cpp" "InovaLedDisplay.cpp" INCLUDE_DIRS ".") -- cgit v1.2.3