Files
OpenIris-ESPIDF/components/customSomething/CMakeLists.txt

4 lines
120 B
CMake

idf_component_register(SRCS "customSomething/customSomething.hpp"
INCLUDE_DIRS "customSomething"
REQUIRES "driver"
)