EIS-BLE-S3/components/ad5941/CMakeLists.txt

9 lines
269 B
CMake

idf_component_register(SRCS "ad5940.c"
INCLUDE_DIRS ".")
# Vendor library — suppress warnings we can't fix
target_compile_options(${COMPONENT_LIB} PRIVATE
-Wno-maybe-uninitialized
-Wno-unused-variable
-Wno-unused-but-set-variable)