mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 22:13:45 +02:00
4 lines
120 B
CMake
4 lines
120 B
CMake
idf_component_register(SRCS "customSomething/customSomething.hpp"
|
|
INCLUDE_DIRS "customSomething"
|
|
REQUIRES "driver"
|
|
) |