Files
U8g2_Arduino/CMakeLists.txt
T
Lorenzo Dal Col ca7b436495 Add simple CMakeLists.txt
In this way it can be compiled as a component with CMake.
2025-03-28 17:04:43 +01:00

4 lines
139 B
CMake

idf_component_register(SRC_DIRS "src" "src/clib"
INCLUDE_DIRS "src" "src/clib"
REQUIRES "arduino")