2024A-SW/components/IR/CMakeLists.txt
2025-01-25 14:04:42 -06:00

9 lines
127 B
CMake

idf_component_register(
SRCS
"IR.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"driver"
)