mirror of
https://github.com/Architeuthis-Flux/JumperlessV5.git
synced 2025-12-23 19:26:31 +00:00
12 lines
304 B
CMake
12 lines
304 B
CMake
# Adafruit Bus IO Library
|
|
# https://github.com/adafruit/Adafruit_BusIO
|
|
# MIT License
|
|
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
idf_component_register(SRCS "Adafruit_SSD1306.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES arduino Adafruit-GFX-Library)
|
|
|
|
project(Adafruit_SSD1306)
|