Update CMakeLists.txt

This commit is contained in:
LayerDE 2022-07-28 02:23:40 +02:00 committed by GitHub
parent c9eb7d3b12
commit 2f6eb1c8fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ cmake_minimum_required(VERSION 3.5)
idf_component_register(SRCS "Adafruit_SSD1306.cpp"
INCLUDE_DIRS "."
REQUIRES arduino Adafruit_GFX_Library)
REQUIRES arduino Adafruit-GFX-Library)
project(Adafruit_SSD1306)