Files
chargeflow/components/meter_orno/CMakeLists.txt
2025-06-08 16:55:50 +01:00

7 lines
120 B
CMake
Executable File

set(srcs
"src/orno_modbus.c"
)
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include")