diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..53cac78 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +# Adafruit ILI9341 Library +# MIT License + +cmake_minimum_required(VERSION 3.5) + +idf_component_register(SRCS "Adafruit_ILI9341.cpp" INCLUDE_DIRS "." REQUIRES Adafruit-GFX-Library arduino-esp32) + +project(Adafruit_ILI9341)