7
mirror of https://github.com/tenderlove/initial-v.git synced 2024-11-22 22:25:00 +00:00
initial-v/firmware/components/shifter/CMakeLists.txt
2022-08-16 14:30:44 -07:00

4 lines
88 B
CMake

idf_component_register(SRCS "shifter.c"
INCLUDE_DIRS "include"
REQUIRES driver crc)