GY-63_MS5611/libraries/MCP23017_RT/CMakeLists.txt
2023-09-23 16:25:55 +02:00

11 lines
270 B
CMake

# Allows for use with ESP-IDF and Arduino as component
# Tested with ESP-IDF v4.4.4
cmake_minimum_required(VERSION 3.5)
idf_component_register(SRCS "MCP23017.cpp"
INCLUDE_DIRS "."
REQUIRES arduino)
project(MCP23017)