Files
chargeflow/components/rfid/CMakeLists.txt
2025-06-06 21:17:25 +01:00

7 lines
319 B
CMake
Executable File

set(srcs "src/rc522_2.c" "src/wiegand.c" "src/main_wiegand.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "src"
PRIV_REQUIRES nvs_flash driver esp_timer
REQUIRES esp_event esp_idf_lib_helpers evse ocpp)