Skip to content

Commit

Permalink
Add CMakeLists.txt to support ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboiles committed Jul 31, 2024
1 parent cc96404 commit 9749577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Adafruit FT6206 Library
# MIT License

cmake_minimum_required(VERSION 3.5)

idf_component_register(SRCS "Adafruit_FT6206.cpp" INCLUDE_DIRS "." REQUIRES Adafruit-GFX-Library Adafruit_BusIO)

project(Adafruit_FT6206)

0 comments on commit 9749577

Please sign in to comment.